10 lines
169 B
Makefile
10 lines
169 B
Makefile
|
# $FreeBSD$
|
||
|
# $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $
|
||
|
|
||
|
KMOD= ng_pppoe
|
||
|
SRCS= ng_pppoe.c
|
||
|
MAN8= ng_pppoe.8
|
||
|
KMODDEPS= netgraph
|
||
|
|
||
|
.include <bsd.kmod.mk>
|