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.
This commit is contained in:
parent
2cf9eb6c4e
commit
6ee8575cd7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user