Module Name:    src
Committed By:   matt
Date:           Sat Mar 24 00:32:50 UTC 2012

Modified Files:
        src/external/bsd/ipf/bin/ipftest: Makefile

Log Message:
Use sys/external, not sys/dist


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ipf/bin/ipftest/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/ipf/bin/ipftest/Makefile
diff -u src/external/bsd/ipf/bin/ipftest/Makefile:1.1 src/external/bsd/ipf/bin/ipftest/Makefile:1.2
--- src/external/bsd/ipf/bin/ipftest/Makefile:1.1	Fri Mar 23 21:29:45 2012
+++ src/external/bsd/ipf/bin/ipftest/Makefile	Sat Mar 24 00:32:50 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2012/03/23 21:29:45 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2012/03/24 00:32:50 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -17,7 +17,7 @@ CPPFLAGS+=	-DIPFILTER_LOG -DIPFILTER_LOO
 COPTS.radix.c=	-Wno-error
 COPTS+=		-fno-strict-aliasing
 
-.PATH:		${NETBSDSRCDIR}/sys/dist/ipf/netinet
+.PATH:		${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet
 
 DPSRCS+=	ipnat_l.h ipnat_y.h ippool_l.h ippool_y.h ipf_l.h ipf_y.h
 

Reply via email to