xref: /freebsd/sys/modules/netgraph/tty/Makefile (revision 28f6c2f292806bf31230a959bc4b19d7081669a7)
1# $FreeBSD$
2# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
3
4KMOD=	ng_tty
5SRCS= 	ng_tty.c
6
7.include <bsd.kmod.mk>
8