diff options
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-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 |