16 lines
319 B
Makefile
16 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.17 2014/06/30 21:30:51 alnsn Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/net
|
|
|
|
TESTS_SUBDIRS= fdpass net route sys
|
|
.if (${MKRUMP} != "no")
|
|
TESTS_SUBDIRS+= bpf bpfilter carp icmp if if_loop mpls npf
|
|
.if (${MKSLJIT} != "no")
|
|
TESTS_SUBDIRS+= bpfjit
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.test.mk>
|