Makefile revision 1.1
11.1Smaya# $NetBSD: Makefile,v 1.1 2019/04/06 11:54:25 maya Exp $
21.1Smaya
31.1Smaya.include <bsd.own.mk>
41.1Smaya
51.1SmayaTESTSDIR=	${TESTSBASE}/modules
61.1SmayaCPPFLAGS+=	-D_KERNTYPES -I${.CURDIR}/module
71.1Smaya
81.1Smaya# Ideally this test could be in the parent Makefile, which could not descend
91.1Smaya# into this directory at all.  Unfortunately, the etc/mtree/NetBSD.dist file
101.1Smaya# creates the 'modules' subdirectory unconditionally, which if left empty
111.1Smaya# will confuse atf-run.  Therefore we must install, at the very least, the
121.1Smaya# Atffile into it.
131.1SmayaTESTS_C=	t_ufetchstore
141.1Smaya
151.1SmayaSUBDIR+=	module
161.1Smaya
171.1Smaya.include <bsd.test.mk>
18