etc/protocols - sync with NetBSD-8
[minix.git] / tests / dev / Makefile
blob518dd22e4b31f49dc4beda915d92c362a666d041
1 # $NetBSD: Makefile,v 1.9 2015/06/22 00:05:23 matt Exp $
4 .include <bsd.own.mk>
6 TESTSDIR= ${TESTSBASE}/dev
8 TESTS_SUBDIRS+= cgd raidframe
9 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
10 TESTS_SUBDIRS+= audio md scsipi sysmon
11 .endif
14 .include <bsd.test.mk>