summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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