[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / ipf

Annotation of src/tests/ipf/Makefile, Revision 1.5

1.5     ! pgoyette    1: # $NetBSD: Makefile,v 1.4 2010/12/18 13:06:51 pooka Exp $
1.1       jmmv        2:
                      3: NOMAN=         # defined
                      4:
                      5: .include <bsd.own.mk>
                      6:
                      7: TESTSDIR=      ${TESTSBASE}/ipf
                      8:
1.5     ! pgoyette    9: # t_bpf is omitted from the test list since we don't support it on NetBSD
        !            10:
        !            11: .for name in t_filter_exec t_filter_parse t_logging t_nat_exec \
1.2       jmmv       12:              t_nat_ipf_exec t_nat_parse t_pools
                     13: TESTS_SH+=             ${name}
                     14: TESTS_SH_SRC_${name}=  h_common.sh ${name}.sh
                     15: .endfor
1.1       jmmv       16:
                     17: SUBDIR=                regress input expected
                     18:
                     19: .include <bsd.test.mk>

CVSweb <webmaster@jp.NetBSD.org>