Cross Reference: Makefile
xref: /src/tests/net/fdpass/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/net/fdpass/
Makefile revision 1.3
11.3Sadam# $NetBSD: Makefile,v 1.3 2012/09/10 11:29:06 adam Exp $
21.1Schristos#
31.1Schristos
41.1Schristos.include <bsd.own.mk>
51.1Schristos
61.1SchristosTESTSDIR=	${TESTSBASE}/net/fdpass
71.1Schristos
81.1SchristosTESTS_SH=	t_fdpass
91.1Schristos
101.1SchristosPROGS=          fdpass64 fdpass32
111.1SchristosMAN.fdpass64=    # empty
121.1SchristosBINDIR.fdpass64= ${TESTSDIR}
131.1Schristos
141.3Sadam.if (${MACHINE} == "sparc64" || ${MACHINE} == "amd64") && ${MKCOMPAT} != "no"
151.2SmartinCOPTS.fdpass32.c	+= -m32
161.2SmartinLDFLAGS.fdpass32	+= -m32
171.1Schristos.endif
181.1SchristosMAN.fdpass32=    # empty
191.1SchristosBINDIR.fdpass32= ${TESTSDIR}
201.1Schristos
211.2Smartin
221.2Smartinfdpass64.c fdpass32.c:	fdpass.c
231.2Smartin	ln -s ${.CURDIR}/fdpass.c ${.TARGET}
241.2Smartin
251.2SmartinCLEANFILES	+= fdpass64.c fdpass32.c
261.2Smartin
271.1Schristos.include <bsd.test.mk>
28

Indexes created Mon Jan 26 14:10:17 GMT 2026