Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/identd does not need -I${NETBSDSRCDIR}/sys/dist/ipf ...
details: https://anonhg.NetBSD.org/src/rev/37d3eda24826
branches: trunk
changeset: 781567:37d3eda24826
user: plunky <plunky%NetBSD.org@localhost>
date: Sat Sep 15 17:45:35 2012 +0000
description:
does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the files are
installed in /usr/include/netinet
diffstat:
libexec/identd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 94da62c9d86e -r 37d3eda24826 libexec/identd/Makefile
--- a/libexec/identd/Makefile Sat Sep 15 17:42:43 2012 +0000
+++ b/libexec/identd/Makefile Sat Sep 15 17:45:35 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/03/16 02:24:56 lukem Exp $
+# $NetBSD: Makefile,v 1.13 2012/09/15 17:45:35 plunky Exp $
.include <bsd.own.mk>
@@ -9,7 +9,7 @@
# Build with IP Filter support?
.if (${MKIPFILTER} != "no")
SRCS+= ipf.c
-CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/ipf -DWITH_IPF
+CPPFLAGS+=-DWITH_IPF
.endif
# Build with pf support?
Home |
Main Index |
Thread Index |
Old Index