Cross Reference: Makefile
xref: /src/tests/lib/libc/gen/posix_spawn/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libc/gen/posix_spawn/
Makefile revision 1.2
11.2Smartin# $NetBSD: Makefile,v 1.2 2012/02/14 00:13:54 martin Exp $
21.1Smartin
31.1SmartinNOMAN=		# defined
41.2SmartinWARNS=4
51.1Smartin
61.1Smartin.include <bsd.own.mk>
71.1Smartin
81.1SmartinTESTSDIR=	${TESTSBASE}/lib/libc/gen/posix_spawn
91.1Smartin
101.1SmartinTESTS_C=	t_spawn
111.1SmartinTESTS_C+=	t_fileactions
121.1SmartinTESTS_C+=	t_spawnattr
131.1Smartin
141.1SmartinBINDIR=		${TESTSDIR}
151.1SmartinSCRIPTSDIR=	${TESTSDIR}
161.1Smartin
171.1SmartinPROGS=		h_fileactions
181.1SmartinPROGS+=		h_spawn
191.1SmartinPROGS+=		h_spawnattr
201.1SmartinSCRIPTS=	h_nonexec h_zero
211.1Smartin
221.1Smartinh_zero:
231.1Smartin	dd if=/dev/zero of=h_zero bs=1k count=2
241.1Smartin	chmod a+x h_zero
251.1Smartin
261.1SmartinCLEANFILES+=	h_nonexec h_zero
271.1Smartin
281.1Smartin.include <bsd.test.mk>
29

Indexes created Wed Dec 31 15:09:42 GMT 2025