Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pf/ftp-proxy does not need -I${NETBSDSRCDIR}/sys/di...
details: https://anonhg.NetBSD.org/src/rev/f0ab2ef4a50b
branches: trunk
changeset: 781568:f0ab2ef4a50b
user: plunky <plunky%NetBSD.org@localhost>
date: Sat Sep 15 17:46:25 2012 +0000
description:
does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the include files
are installed in /usr/include/netinet
diffstat:
usr.sbin/pf/ftp-proxy/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 37d3eda24826 -r f0ab2ef4a50b usr.sbin/pf/ftp-proxy/Makefile
--- a/usr.sbin/pf/ftp-proxy/Makefile Sat Sep 15 17:45:35 2012 +0000
+++ b/usr.sbin/pf/ftp-proxy/Makefile Sat Sep 15 17:46:25 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/02/04 00:19:52 rmind Exp $
+# $NetBSD: Makefile,v 1.7 2012/09/15 17:46:25 plunky Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/26 11:31:13 deraadt Exp $
PROG= ftp-proxy
@@ -23,7 +23,7 @@
# IP Filter support
.if (${MKIPFILTER} != "no")
SRCS+= ipf.c
-CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/ipf -DWITH_IPF
+CPPFLAGS+=-DWITH_IPF
.endif
BINDIR= /usr/sbin
Home |
Main Index |
Thread Index |
Old Index