add85a1d6e
for the PPTP protocol as specified in RFC 2637.
10 lines
175 B
Makefile
10 lines
175 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/11/29 23:14:33 archie Exp $
|
|
|
|
KMOD= ng_pptpgre
|
|
SRCS= ng_pptpgre.c
|
|
MAN8= ng_pptpgre.8
|
|
KMODDEPS= netgraph
|
|
|
|
.include <bsd.kmod.mk>
|