Module Name:    src
Committed By:   pgoyette
Date:           Fri Nov 30 01:41:50 UTC 2012

Modified Files:
        src/tests/ipf: Makefile
Removed Files:
        src/tests/ipf: Atffile

Log Message:
Rather than providing a custom Atffile that requires separate
maintenance, just don't build or install the t_bpf.sh test.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 src/tests/ipf/Atffile
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/Makefile

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

Modified files:

Index: src/tests/ipf/Makefile
diff -u src/tests/ipf/Makefile:1.4 src/tests/ipf/Makefile:1.5
--- src/tests/ipf/Makefile:1.4	Sat Dec 18 13:06:51 2010
+++ src/tests/ipf/Makefile	Fri Nov 30 01:41:50 2012
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2010/12/18 13:06:51 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2012/11/30 01:41:50 pgoyette Exp $
 
 NOMAN=		# defined
 
 .include <bsd.own.mk>
 
 TESTSDIR=	${TESTSBASE}/ipf
-ATFFILE=	yes
 
-.for name in t_bpf t_filter_exec t_filter_parse t_logging t_nat_exec \
+# t_bpf is omitted from the test list since we don't support it on NetBSD
+
+.for name in t_filter_exec t_filter_parse t_logging t_nat_exec \
              t_nat_ipf_exec t_nat_parse t_pools
 TESTS_SH+=		${name}
 TESTS_SH_SRC_${name}=	h_common.sh ${name}.sh

Reply via email to