summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-05-19 15:52:01 +0000
committerdes <des@FreeBSD.org>2003-05-19 15:52:01 +0000
commite5d2d778eb86b85f35d40aef94a1f354ae0a5ef2 (patch)
tree9be45a94055cfc0506641b2e8790903643f53b99 /usr.sbin/ppp
parent9926b9490a4913a931ead2024b8b8fcc4b71a3c0 (diff)
downloadFreeBSD-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/Makefile3
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
OpenPOWER on IntegriCloud