freebsd-dev/sys/modules/netgraph/pptpgre/Makefile
Archie Cobbs add85a1d6e New netgraph node type 'pptpgre': this performs GRE encapsulation
for the PPTP protocol as specified in RFC 2637.
1999-12-08 18:55:39 +00:00

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>