summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_ppp
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2002-08-09 15:30:48 +0000
committerbrooks <brooks@FreeBSD.org>2002-08-09 15:30:48 +0000
commita59a8c94a5f5fe3ec1050bbafb784d4924253572 (patch)
treeea8a2b231bb3f514dee65508cedf7b86056eacb8 /sys/modules/if_ppp
parent85c11dd7d2bb4d734a766a29c8759e5166865a8a (diff)
downloadFreeBSD-src-a59a8c94a5f5fe3ec1050bbafb784d4924253572.zip
FreeBSD-src-a59a8c94a5f5fe3ec1050bbafb784d4924253572.tar.gz
Make ppp(4) devices clonable and unloadable.
Diffstat (limited to 'sys/modules/if_ppp')
-rw-r--r--sys/modules/if_ppp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile
index f169de6..f2b11d5 100644
--- a/sys/modules/if_ppp/Makefile
+++ b/sys/modules/if_ppp/Makefile
@@ -4,9 +4,8 @@
KMOD= if_ppp
SRCS= if_ppp.c ppp_tty.c slcompress.c \
- opt_inet.h opt_ipx.h opt_mac.h opt_ppp.h ppp.h vnode_if.h
+ opt_inet.h opt_ipx.h opt_mac.h opt_ppp.h vnode_if.h
-NPPP?= 2
PPP_BSDCOMP?= 1 # 0/1
PPP_DEFLATE?= 1 # 0/1
PPP_FILTER?= 1 # 0/1 - requires bpf to be configured in kernel
@@ -44,7 +43,4 @@ opt_ppp.h:
echo "#define PPP_FILTER ${PPP_FILTER}" >> ${.TARGET}
.endif
-ppp.h:
- echo "#define NPPP ${NPPP}" > ${.TARGET}
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud