1# $NetBSD: Makefile,v 1.14 2013/07/03 14:01:29 nakayama 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 npf 10.endif 11 12.include <bsd.test.mk> 13