diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-06-06 04:09:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-06-06 04:09:07 +0000 |
| commit | 04efeffe998b4365aa6eec18b83ab3d436901fdc (patch) | |
| tree | 59c8f747159b3db5af5ad9aa0b3246c6c9382ff5 /usr.sbin/ppp | |
| parent | 3f1afabf0948cbbc44767db711be353e523f396d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index a61ebf57501e6..beea0ab6600f0 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -76,8 +76,7 @@ CFLAGS+=-DNOSUID SRCS+= id.c .endif -.if defined(RELEASE_CRUNCH) || ${MK_OPENSSL} == "no" || \ - defined(PPP_NO_DES) +.if ${MK_OPENSSL} == "no" || defined(PPP_NO_DES) CFLAGS+=-DNODES .else SRCS+= chap_ms.c mppe.c |
