1 # $NetBSD: Makefile,v 1.1 2008/02/10 12:40:10 jmmv Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/modules 6 7 # Ideally this test could be in the parent Makefile, which could not descend 8 # into this directory at all. Unfortunately, the etc/mtree/NetBSD.dist file 9 # creates the 'modules' subdirectory unconditionally, which if left empty 10 # will confuse atf-run. Therefore we must install, at the very least, the 11 # Atffile into it. 12 .if ${MKMODULAR} != no 13 14 TESTS_CXX= t_modctl 15 16 SUBDIR= k_helper 17 18 .endif 19 20 .include <bsd.subdir.mk> 21 .include <bsd.test.mk> 22