aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ftp-proxy/Makefile.inc
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 /usr.sbin/ftp-proxy/Makefile.inc
parent5ee7cd2107c8ffd1fe70115deabd6599dffb313b (diff)
downloadsrc-60ee384760646565a24320d92c5219bc052ce947.tar.gz
src-60ee384760646565a24320d92c5219bc052ce947.zip
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)
Notes
Notes: svn path=/head/; revision=171173
Diffstat (limited to 'usr.sbin/ftp-proxy/Makefile.inc')
-rw-r--r--usr.sbin/ftp-proxy/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ftp-proxy/Makefile.inc b/usr.sbin/ftp-proxy/Makefile.inc
new file mode 100644
index 000000000000..5abb7c023cc8
--- /dev/null
+++ b/usr.sbin/ftp-proxy/Makefile.inc
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+LIBEVENT= ${.OBJDIR}/../libevent/libevent.a
+
+.include "../Makefile.inc" \ No newline at end of file