summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-11-12 17:31:12 +0000
committerobrien <obrien@FreeBSD.org>2002-11-12 17:31:12 +0000
commit5a20d2febff4d3dd87690471ee7ad9880178f29b (patch)
treed99a7bb52ef2bfd679c76bb617908f4733479863 /libexec/Makefile
parent36297badba61df406d72f406c8f5df90d21f9071 (diff)
downloadFreeBSD-src-5a20d2febff4d3dd87690471ee7ad9880178f29b.zip
FreeBSD-src-5a20d2febff4d3dd87690471ee7ad9880178f29b.tar.gz
[DAIVD O'BRIEN's OPINION]
Head off what I think is an abuse of the TRB, and disable lukemftpd.
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