mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
64db83a8ab
encoding the relative path.
9 lines
144 B
Makefile
9 lines
144 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
|
|
|
|
KMOD= ng_tty
|
|
SRCS= ng_tty.c
|
|
MAN4= ng_tty.4
|
|
|
|
.include <bsd.kmod.mk>
|