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