Makefile revision 1.11
1# $NetBSD: Makefile,v 1.11 2016/07/29 06:13:39 pgoyette Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR= ${TESTSBASE}/dev 7 8TESTS_SUBDIRS+= cgd fss raidframe 9.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE) 10TESTS_SUBDIRS+= audio md scsipi sysmon usb 11.endif 12 13 14.include <bsd.test.mk> 15