mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
11 lines
167 B
Makefile
11 lines
167 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/09/18 15:13:27 ozaki-r Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/net/if_bridge
|
|
|
|
TESTS_SH= t_bridge
|
|
|
|
.include <bsd.test.mk>
|