Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2010/07/13 21:13:28 jmmv Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${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. 12TESTS_C= t_modctl 13LDADD= -lprop 14 15TESTS_SH= t_modload 16 17SUBDIR= k_helper 18 19.include <bsd.test.mk> 20