1# $NetBSD: Makefile,v 1.15 2013/07/19 04:00:40 kefren Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/net 6 7TESTS_SUBDIRS= fdpass net route sys 8.if (${MKRUMP} != "no") 9TESTS_SUBDIRS+= bpf bpfilter carp icmp if if_loop mpls npf 10.endif 11 12.include <bsd.test.mk> 13