summaryrefslogtreecommitdiffstats
path: root/secure/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/libexec/Makefile')
-rw-r--r--secure/libexec/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
new file mode 100644
index 0000000..0c680e4
--- /dev/null
+++ b/secure/libexec/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+SUBDIR=
+.if ${MK_OPENSSH} != "no"
+SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud