Cross Reference: Makefile
xref: /src/tests/net/fdpass/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/net/fdpass/
11.4Sjoerg# $NetBSD: Makefile,v 1.4 2012/09/13 21:13:34 joerg Exp $
21.1Schristos#
31.1Schristos
41.4SjoergSHLIBDIR=		/usr/lib
51.4SjoergSHLIBINSTALLDIR=	/usr/lib
61.4Sjoerg
71.1Schristos.include <bsd.own.mk>
81.1Schristos
91.1SchristosTESTSDIR=	${TESTSBASE}/net/fdpass
101.1Schristos
111.1SchristosTESTS_SH=	t_fdpass
121.1Schristos
131.1SchristosPROGS=          fdpass64 fdpass32
141.1SchristosMAN.fdpass64=    # empty
151.1SchristosBINDIR.fdpass64= ${TESTSDIR}
161.1Schristos
171.3Sadam.if (${MACHINE} == "sparc64" || ${MACHINE} == "amd64") && ${MKCOMPAT} != "no"
181.2SmartinCOPTS.fdpass32.c	+= -m32
191.2SmartinLDFLAGS.fdpass32	+= -m32
201.1Schristos.endif
211.1SchristosMAN.fdpass32=    # empty
221.1SchristosBINDIR.fdpass32= ${TESTSDIR}
231.1Schristos
241.2Smartin
251.2Smartinfdpass64.c fdpass32.c:	fdpass.c
261.2Smartin	ln -s ${.CURDIR}/fdpass.c ${.TARGET}
271.2Smartin
281.2SmartinCLEANFILES	+= fdpass64.c fdpass32.c
291.2Smartin
301.1Schristos.include <bsd.test.mk>
31

Indexes created Mon Nov 10 17:20:41 GMT 2025