summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2007-07-03 12:46:08 +0000
committerMax Laier <mlaier@FreeBSD.org>2007-07-03 12:46:08 +0000
commit60ee384760646565a24320d92c5219bc052ce947 (patch)
treed26897c8727f97369ee43f6b4684d5cfc7558dce /libexec/Makefile
parent5ee7cd2107c8ffd1fe70115deabd6599dffb313b (diff)
Notes
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 6d25b58745c5..6a32d10c20ff 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -8,7 +8,6 @@ SUBDIR= atrun \
comsat \
fingerd \
ftpd \
- ${_ftp-proxy} \
getty \
lukemftpd \
${_mail.local} \
@@ -32,6 +31,7 @@ SUBDIR= atrun \
tcpd \
telnetd \
tftpd \
+ ${_tftp-proxy} \
${_ypxfr}
.if ${MK_NIS} != "no"
@@ -40,7 +40,7 @@ _ypxfr= ypxfr
.endif
.if ${MK_PF} != "no"
-_ftp-proxy= ftp-proxy
+_tftp-proxy= tftp-proxy
.endif
.if !defined(NO_PIC)