xref: /freebsd/sys/modules/netgraph/ppp/Makefile (revision a687910fc4352117413b8e0275383e4c687d4c4c)
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