1 1.1 maya # $NetBSD: Makefile,v 1.1 2019/04/06 11:54:25 maya Exp $ 2 1.1 maya 3 1.1 maya .include <bsd.own.mk> 4 1.1 maya 5 1.1 maya TESTSDIR= ${TESTSBASE}/modules 6 1.1 maya CPPFLAGS+= -D_KERNTYPES -I${.CURDIR}/module 7 1.1 maya 8 1.1 maya # Ideally this test could be in the parent Makefile, which could not descend 9 1.1 maya # into this directory at all. Unfortunately, the etc/mtree/NetBSD.dist file 10 1.1 maya # creates the 'modules' subdirectory unconditionally, which if left empty 11 1.1 maya # will confuse atf-run. Therefore we must install, at the very least, the 12 1.1 maya # Atffile into it. 13 1.1 maya TESTS_C= t_ufetchstore 14 1.1 maya 15 1.1 maya SUBDIR+= module 16 1.1 maya 17 1.1 maya .include <bsd.test.mk> 18