xref: /freebsd/sys/modules/netgraph/pppoe/Makefile (revision 06c3fb27)
1# $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $
2
3KMOD=	ng_pppoe
4SRCS= 	ng_pppoe.c
5
6.include <bsd.kmod.mk>
7