diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-06-07 15:07:00 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-06-07 15:07:00 +0000 |
| commit | c3fb4252045bc7a5e672393851fe7bb9282be44a (patch) | |
| tree | b6cdd262ced243ccc9f29b38731069ba6bee5105 /sys/modules/netgraph | |
| parent | 43ce40e891e108f7e71b19e47705c8a8982ddee0 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -rw-r--r-- | sys/modules/netgraph/mppc/Makefile | 3 |
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 |
