Makefile revision 59951
1# $FreeBSD: head/sys/modules/netgraph/tty/Makefile 59951 2000-05-04 12:08:52Z peter $
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
7
8.include "${.CURDIR}/../../../conf/kmod.mk"
9