summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
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 /lib/Makefile
parent9926b9490a4913a931ead2024b8b8fcc4b71a3c0 (diff)
downloadFreeBSD-src-e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2.zip
FreeBSD-src-e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2.tar.gz
Retire the useless NOSECURE knob.
Approved by: re (scottl)
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7312a9e..d36a427 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -79,13 +79,11 @@ _libdisk= libdisk
.if defined(RELEASEDIR) || \
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
- defined(NOCRYPT) || defined(NO_OPENSSL) || \
- (defined(NOSECURE) && defined(NO_KERBEROS))
+ defined(NOCRYPT) || defined(NO_OPENSSL) || defined(NO_KERBEROS)
_libtelnet= libtelnet
.endif
-.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) \
- && !defined(NOSECURE)
+.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
_libmp= libmp
.endif
OpenPOWER on IntegriCloud