10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/07/25 21:42:08 pooka Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/net
|
|
|
|
TESTS_SUBDIRS= bpf icmp if_loop sys
|
|
|
|
.include <bsd.test.mk>
|