summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/mppc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/netgraph/mppc/Makefile b/sys/modules/netgraph/mppc/Makefile
index 40b3717136f4..1ab69e64bad9 100644
--- a/sys/modules/netgraph/mppc/Makefile
+++ b/sys/modules/netgraph/mppc/Makefile
@@ -4,11 +4,10 @@
KMOD= ng_mppc
SRCS= ng_mppc.c opt_netgraph.h
-NETGRAPH_MPPC_COMPRESSION?= 0
+NETGRAPH_MPPC_COMPRESSION?= 1
NETGRAPH_MPPC_ENCRYPTION?= 1
.if ${NETGRAPH_MPPC_COMPRESSION} > 0
-# XXX These files don't exist yet, but hopefully someday they will...
.PATH: ${.CURDIR}/../../../net
SRCS+= mppcc.c mppcd.c
.endif