summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 75c768b..6b438a1 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -9,7 +9,6 @@ SUBDIR= atrun \
ftpd \
getNAME \
getty \
- lukemftpd \
makekey \
mknetid \
pppoed \
@@ -47,4 +46,8 @@ SUBDIR+=mail.local smrsh
SUBDIR+=telnetd
.endif
+.if defined(WANT_LUKEMFTPD)
+SUBDIR+=lukemftpd
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud