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