Makefile revision 60966
1# $FreeBSD: head/sys/modules/netgraph/tty/Makefile 60966 2000-05-27 01:14:33Z peter $
2# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
3
4KMOD=		ng_tty
5SRCS= 		ng_tty.c
6MAN4=		ng_tty.4
7
8.include <bsd.kmod.mk>
9