aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-12-13 13:50:02 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-12-13 13:50:02 +0000
commitf60b09ba5c22ffd55420ef8731d0a962f2ccb4f3 (patch)
tree8b944870a7d1e7c81e31aaf66f302dabc24ce308 /Makefile.inc1
parentff100f6701de228adf227f1a0cff68ace18c4e91 (diff)
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1ed6bd596428..97d9c07fe706 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -9,7 +9,6 @@
# -DNOCRYPT will prevent building of crypt versions
# -DNOMAN do not build the manual pages
# -DNOPROFILE do not build profiled libraries
-# -DNOSECURE do not go into secure subdir
# -DNOGAMES do not go into games subdir
# -DNOSHARE do not go into share subdir
# -DNOINFO do not make or install info files
@@ -77,7 +76,7 @@ SUBDIR+= libexec
.if exists(${.CURDIR}/sbin)
SUBDIR+= sbin
.endif
-.if exists(${.CURDIR}/secure) && !defined(NOCRYPT) && !defined(NOSECURE)
+.if exists(${.CURDIR}/secure) && !defined(NOCRYPT)
SUBDIR+= secure
.endif
.if exists(${.CURDIR}/share) && !defined(NOSHARE)
@@ -746,7 +745,7 @@ lib/libskey__L: lib/libcrypt__L lib/libmd__L
_generic_libs+= lib
-.if !defined(NOCRYPT) && !defined(NOSECURE)
+.if !defined(NOCRYPT)
.if !defined(NO_OPENSSL)
_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
.if !defined(NO_OPENSSH)