diff options
author | mlaier <mlaier@FreeBSD.org> | 2007-07-03 12:46:08 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2007-07-03 12:46:08 +0000 |
commit | 83807ec50da2dec25df74073d007a33ae79d8bfd (patch) | |
tree | d26897c8727f97369ee43f6b4684d5cfc7558dce /libexec/ftp-proxy | |
parent | edb0b6417988e1d0a2c39481b4ca6c7c2005ed9e (diff) | |
download | FreeBSD-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/ftp-proxy')
-rw-r--r-- | libexec/ftp-proxy/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libexec/ftp-proxy/Makefile b/libexec/ftp-proxy/Makefile deleted file mode 100644 index e229001..0000000 --- a/libexec/ftp-proxy/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../contrib/pf/ftp-proxy - -PROG= ftp-proxy -MAN= ftp-proxy.8 - -SRCS= ftp-proxy.c getline.c util.c - -WARNS?= 2 - -.include <bsd.prog.mk> |