svn commit: r355821 - in head: sbin/geom usr.sbin/ppp
Warner Losh
imp at FreeBSD.org
Mon Dec 16 21:06:25 UTC 2019
Author: imp
Date: Mon Dec 16 21:06:24 2019
New Revision: 355821
URL: https://svnweb.freebsd.org/changeset/base/355821
Log:
Remove all the RELEASE_CRUNCH defines, they are useless.
RELEASE_CRUNCH has been broken for a very long time. Remove the
last remants from the tree.
Modified:
head/sbin/geom/Makefile
head/usr.sbin/ppp/Makefile
Modified: head/sbin/geom/Makefile
==============================================================================
--- head/sbin/geom/Makefile Mon Dec 16 20:15:44 2019 (r355820)
+++ head/sbin/geom/Makefile Mon Dec 16 21:06:24 2019 (r355821)
@@ -13,7 +13,7 @@ CFLAGS+= -DGEOM_CLASS_DIR=\"${GEOM_CLASS_DIR}\"
LIBADD= geom util
-.if defined(RESCUE) || defined(RELEASE_CRUNCH)
+.if defined(RESCUE)
.PATH: ${SRCTOP}/lib/geom/part \
${SRCTOP}/lib/geom/label
Modified: head/usr.sbin/ppp/Makefile
==============================================================================
--- head/usr.sbin/ppp/Makefile Mon Dec 16 20:15:44 2019 (r355820)
+++ head/usr.sbin/ppp/Makefile Mon Dec 16 21:06:24 2019 (r355821)
@@ -11,14 +11,6 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.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
More information about the svn-src-head
mailing list