diff options
author | markm <markm@FreeBSD.org> | 2003-07-24 20:20:16 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-07-24 20:20:16 +0000 |
commit | 6df3498483bdfb34f299452fbf17309dd6af818b (patch) | |
tree | b8fe7b32564b40b0e752d89ad1e012103c176015 /usr.sbin | |
parent | bb00e849b78e41f3e0613e2a283a9fbf6a1a8b46 (diff) | |
download | FreeBSD-src-6df3498483bdfb34f299452fbf17309dd6af818b.zip FreeBSD-src-6df3498483bdfb34f299452fbf17309dd6af818b.tar.gz |
Hide more crypto from being crunched at release time.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/Makefile | 2 |
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 |