a918a74628
not dev/raid, so reflect this in the test dir. Affects location for test of PR kern/44239.
11 lines
189 B
Makefile
11 lines
189 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/12/15 20:40:17 pooka Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/dev
|
|
|
|
TESTS_SUBDIRS+= audio cgd md raidframe scsipi sysmon
|
|
|
|
.include <bsd.test.mk>
|