Makefile revision 1.13
1# $NetBSD: Makefile,v 1.13 2012/09/12 14:06:31 martin Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/net
6
7TESTS_SUBDIRS=		fdpass route sys
8.if (${MKRUMP} != "no")
9TESTS_SUBDIRS+=		bpf bpfilter carp icmp if if_loop net npf
10.endif
11
12.include <bsd.test.mk>
13