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