1 # $NetBSD: Makefile,v 1.9 2014/02/12 04:08:32 jmmv Exp $ 2 3 .include <bsd.init.mk> 4 5 TESTSDIR= ${TESTSBASE}/atf 6 7 TESTS_SUBDIRS= atf-c \ 8 atf-c++ \ 9 atf-sh \ 10 test-programs 11 12 .if !(${MKKYUA} != "no") 13 TESTS_SUBDIRS+= tools 14 .endif 15 16 .PATH: ${SRCDIR} 17 18 .include <bsd.test.mk> 19