xref: /freebsd/sys/modules/netgraph/ppp/Makefile (revision 069ac184)
1# $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $
2
3KMOD=	ng_ppp
4SRCS= 	ng_ppp.c
5
6.include <bsd.kmod.mk>
7