Source-Changes-HG archive

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

[src/trunk]: src/tests Only descend into ipf if MKIPFILTER != "no"



details:   https://anonhg.NetBSD.org/src/rev/2b411b8b6535
branches:  trunk
changeset: 778388:2b411b8b6535
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 24 01:36:50 2012 +0000

description:
Only descend into ipf if MKIPFILTER != "no"

diffstat:

 tests/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 90e6c2be5fff -r 2b411b8b6535 tests/Makefile
--- a/tests/Makefile    Sat Mar 24 00:32:50 2012 +0000
+++ b/tests/Makefile    Sat Mar 24 01:36:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/03/17 17:15:28 jruoho Exp $
+# $NetBSD: Makefile,v 1.37 2012/03/24 01:36:50 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
 TESTSDIR=      ${TESTSBASE}
 ATFFILE=       yes
 
-SUBDIR=                bin dev examples fs games include ipf kernel lib libexec net
+SUBDIR=                bin dev examples fs games include kernel lib libexec net
 SUBDIR+=       rump sbin sys usr.bin usr.sbin
 
 . if ${MKKMOD} != "no"
@@ -18,6 +18,10 @@
 SUBDIR+=       crypto
 . endif
 
+. if ${MKIPFILTER} != "no"
+SUBDIR+=       ipf
+. endif
+
 .include <bsd.test.mk>
 
 .else



Home | Main Index | Thread Index | Old Index