summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-01 19:43:01 +0000
committerru <ru@FreeBSD.org>2003-05-01 19:43:01 +0000
commit1c2eb6f7c38f4c607cff4b7e7fe99a3ff5cf47ad (patch)
tree82a84f5a75357480a9c6da5bab76829e9ecb58c8 /usr.bin/Makefile
parent0deec148bae5b3d492024103cb297cbef008489a (diff)
downloadFreeBSD-src-1c2eb6f7c38f4c607cff4b7e7fe99a3ff5cf47ad.zip
FreeBSD-src-1c2eb6f7c38f4c607cff4b7e7fe99a3ff5cf47ad.tar.gz
Do not attempt to build chkey(1) and newkey(8) if NOSECURE is defined.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index c44c478..c235df2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -248,7 +248,8 @@ SUBDIR+=doscmd \
SUBDIR+=uac
.endif
-.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) \
+ && !defined(NOSECURE)
SUBDIR+=chkey newkey
.endif
OpenPOWER on IntegriCloud