summaryrefslogtreecommitdiffstats
path: root/secure/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/libexec/Makefile')
-rw-r--r--secure/libexec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index b60b4ce..1c3ee01 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
SUBDIR=
-.if !defined(NO_OPENSSL)
-.if !defined(NO_OPENSSH)
+.if ${MK_OPENSSH} != "no"
SUBDIR+=sftp-server ssh-keysign
.endif
-.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud