Makefile revision 52419
1# $FreeBSD: head/sys/modules/netgraph/tty/Makefile 52419 1999-10-21 09:06:11Z julian $
2# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
3
4KMOD=		ng_tty
5SRCS= 		ng_tty.c
6MAN8=		ng_tty.8
7KMODDEPS=	netgraph
8
9.include <bsd.kmod.mk>
10