diff options
author | des <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
commit | e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2 (patch) | |
tree | 9be45a94055cfc0506641b2e8790903643f53b99 /usr.sbin/ppp | |
parent | 9926b9490a4913a931ead2024b8b8fcc4b71a3c0 (diff) | |
download | FreeBSD-src-e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2.zip FreeBSD-src-e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2.tar.gz |
Retire the useless NOSECURE knob.
Approved by: re (scottl)
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 86a22ab..a26d235 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -15,7 +15,6 @@ NOI4B= true NONAT= true NOKLDLOAD= true NORADIUS= true -NOSECURE= true NOSUID= true .endif @@ -70,7 +69,7 @@ CFLAGS+=-DNOSUID SRCS+= id.c .endif -.if !exists(${.CURDIR}/../../secure) || defined(NOCRYPT) || defined(NOSECURE) || defined(NO_OPENSSL) || defined(NODES) +.if !exists(${.CURDIR}/../../crypto) || defined(NOCRYPT) || defined(NO_OPENSSL) || defined(NODES) CFLAGS+=-DNODES .else DISTRIBUTION=crypto |