Makefile revision 63714
1# $FreeBSD: head/sys/modules/netgraph/ppp/Makefile 63714 2000-07-21 10:46:58Z sheldonh $
2# $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $
3
4KMOD=		ng_ppp
5SRCS= 		ng_ppp.c
6
7.include <bsd.kmod.mk>
8