Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ipf/bin/ipftest Use sys/external, not sys/dist



details:   https://anonhg.NetBSD.org/src/rev/90e6c2be5fff
branches:  trunk
changeset: 778387:90e6c2be5fff
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 24 00:32:50 2012 +0000

description:
Use sys/external, not sys/dist

diffstat:

 external/bsd/ipf/bin/ipftest/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29932de2f2de -r 90e6c2be5fff external/bsd/ipf/bin/ipftest/Makefile
--- a/external/bsd/ipf/bin/ipftest/Makefile     Sat Mar 24 00:06:20 2012 +0000
+++ b/external/bsd/ipf/bin/ipftest/Makefile     Sat Mar 24 00:32:50 2012 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index