1# $NetBSD: Makefile,v 1.8 2012/08/08 13:57:05 christos Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR= ${TESTSBASE}/dev 7 8TESTS_SUBDIRS+= cgd raidframe 9.if (${MKRUMP} != "no") 10TESTS_SUBDIRS+= audio md scsipi sysmon 11.endif 12 13 14.include <bsd.test.mk> 15