summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2007-07-03 12:46:08 +0000
committermlaier <mlaier@FreeBSD.org>2007-07-03 12:46:08 +0000
commit83807ec50da2dec25df74073d007a33ae79d8bfd (patch)
treed26897c8727f97369ee43f6b4684d5cfc7558dce /libexec/Makefile
parentedb0b6417988e1d0a2c39481b4ca6c7c2005ed9e (diff)
downloadFreeBSD-src-83807ec50da2dec25df74073d007a33ae79d8bfd.zip
FreeBSD-src-83807ec50da2dec25df74073d007a33ae79d8bfd.tar.gz
Link pf 4.1 to the build:
- move ftp-proxy from libexec to usr.sbin - add tftp-proxy - new altq mtag link Approved by: re (kensmith)
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 6d25b58..6a32d10 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)
OpenPOWER on IntegriCloud