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.1
11.1Smartin# $NetBSD: Makefile,v 1.1 2012/02/13 21:03:08 martin Exp $
21.1Smartin
31.1SmartinNOMAN=		# defined
41.1Smartin
51.1Smartin.include <bsd.own.mk>
61.1Smartin
71.1SmartinTESTSDIR=	${TESTSBASE}/lib/libc/gen/posix_spawn
81.1Smartin
91.1SmartinTESTS_C=	t_spawn
101.1SmartinTESTS_C+=	t_fileactions
111.1SmartinTESTS_C+=	t_spawnattr
121.1Smartin
131.1SmartinBINDIR=		${TESTSDIR}
141.1SmartinSCRIPTSDIR=	${TESTSDIR}
151.1Smartin
161.1SmartinPROGS=		h_fileactions
171.1SmartinPROGS+=		h_spawn
181.1SmartinPROGS+=		h_spawnattr
191.1SmartinSCRIPTS=	h_nonexec h_zero
201.1Smartin
211.1Smartinh_zero:
221.1Smartin	dd if=/dev/zero of=h_zero bs=1k count=2
231.1Smartin	chmod a+x h_zero
241.1Smartin
251.1SmartinCLEANFILES+=	h_nonexec h_zero
261.1Smartin
271.1Smartin.include <bsd.test.mk>
28

Indexes created Wed Dec 31 17:09:26 GMT 2025