summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
new file mode 100644
index 0000000000000..b855572c74237
--- /dev/null
+++ b/net/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.18 2014/09/18 15:13:27 ozaki-r 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_bridge if_loop mpls npf
+.if (${MKSLJIT} != "no")
+TESTS_SUBDIRS+= bpfjit
+.endif
+.endif
+
+.include <bsd.test.mk>