aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-12-16 21:06:24 +0000
committerWarner Losh <imp@FreeBSD.org>2019-12-16 21:06:24 +0000
commit6ee8575cd71be8ba9ce88a28feddd523cac9f333 (patch)
tree60db74a236f5544af538e4742ecb0a4b4215ff2b /usr.sbin/ppp
parent2cf9eb6c4ead758c0083a30460e3244fab92f268 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 017250f5a370..2e77285abe4c 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -11,14 +11,6 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
proto.c route.c server.c sig.c slcompress.c sync.c systems.c tcp.c \
tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
WARNS?= 3
-.if defined(RELEASE_CRUNCH)
-PPP_NO_DES=
-PPP_NO_KLDLOAD=
-PPP_NO_NAT=
-PPP_NO_PAM=
-PPP_NO_RADIUS=
-PPP_NO_SUID=
-.endif
CONFS= ppp.conf
CONFSDIR= ${CONFDIR}/ppp
CONFSMODE= 600