2015-06-22 03:05:23 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 2015/06/22 00:05:23 matt Exp $
|
2010-08-04 17:15:15 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}/dev
|
|
|
|
|
2012-08-08 17:57:05 +04:00
|
|
|
TESTS_SUBDIRS+= cgd raidframe
|
2015-06-22 03:05:23 +03:00
|
|
|
.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
|
2012-08-08 17:57:05 +04:00
|
|
|
TESTS_SUBDIRS+= audio md scsipi sysmon
|
|
|
|
.endif
|
|
|
|
|
2010-08-04 17:15:15 +04:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|