diff options
Diffstat (limited to 'secure/libexec/Makefile')
| -rw-r--r-- | secure/libexec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile index b60b4cea0d06..1c3ee015a5e7 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> |
