summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-07-24 20:20:16 +0000
committermarkm <markm@FreeBSD.org>2003-07-24 20:20:16 +0000
commit6df3498483bdfb34f299452fbf17309dd6af818b (patch)
treeb8fe7b32564b40b0e752d89ad1e012103c176015 /usr.sbin/ppp/Makefile
parentbb00e849b78e41f3e0613e2a283a9fbf6a1a8b46 (diff)
downloadFreeBSD-src-6df3498483bdfb34f299452fbf17309dd6af818b.zip
FreeBSD-src-6df3498483bdfb34f299452fbf17309dd6af818b.tar.gz
Hide more crypto from being crunched at release time.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 0cd4857..a0a09c8 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -70,7 +70,7 @@ CFLAGS+=-DNOSUID
SRCS+= id.c
.endif
-.if defined(NOCRYPT) || defined(NO_OPENSSL)
+.if defined(RELEASE_CRUNCH) || defined(NOCRYPT) || defined(NO_OPENSSL)
CFLAGS+=-DNODES
.else
DISTRIBUTION=crypto
OpenPOWER on IntegriCloud