Makefile revision 1.1
11.1Sjmmv# $NetBSD: Makefile,v 1.1 2008/02/10 12:40:10 jmmv Exp $ 21.1Sjmmv 31.1Sjmmv.include <bsd.own.mk> 41.1Sjmmv 51.1SjmmvTESTSDIR= ${TESTSBASE}/modules 61.1Sjmmv 71.1Sjmmv# Ideally this test could be in the parent Makefile, which could not descend 81.1Sjmmv# into this directory at all. Unfortunately, the etc/mtree/NetBSD.dist file 91.1Sjmmv# creates the 'modules' subdirectory unconditionally, which if left empty 101.1Sjmmv# will confuse atf-run. Therefore we must install, at the very least, the 111.1Sjmmv# Atffile into it. 121.1Sjmmv.if ${MKMODULAR} != no 131.1Sjmmv 141.1SjmmvTESTS_CXX= t_modctl 151.1Sjmmv 161.1SjmmvSUBDIR= k_helper 171.1Sjmmv 181.1Sjmmv.endif 191.1Sjmmv 201.1Sjmmv.include <bsd.subdir.mk> 211.1Sjmmv.include <bsd.test.mk> 22