summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r--secure/usr.bin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index 4d78845..b10a43b 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,9 +1,11 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
SUBDIR=
-.if !defined(NO_OPENSSL)
+.if ${MK_OPENSSL} != "no"
SUBDIR+=bdes openssl
-.if !defined(NO_OPENSSH)
+.if ${MK_OPENSSH} != "no"
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
.endif
.endif
OpenPOWER on IntegriCloud