Cross Reference: Makefile
xref: /src/lib/libposix/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libposix/
Makefile revision 1.5
11.5Sdrochner#	$NetBSD: Makefile,v 1.5 1999/02/24 15:10:16 drochner Exp $
21.2Scjs
31.1SkleinkLIB=	posix
41.1Skleink
51.4SlukemCPPFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
61.5Sdrochner.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
71.5SdrochnerARCHDIR=	${.CURDIR}/../libc/arch/mips
81.5Sdrochner.else
91.5SdrochnerARCHDIR=	${.CURDIR}/../libc/arch/${MACHINE_ARCH}
101.5Sdrochner.endif
111.5SdrochnerAINC=	-I${ARCHDIR}
121.3Scjs.if defined(DESTDIR)
131.3ScjsAINC+=	-nostdinc -idirafter ${DESTDIR}/usr/include
141.1Skleink.endif
151.1Skleink
161.1Skleink.include "${.CURDIR}/sys/Makefile.inc"
171.1Skleink
181.1Skleink.include <bsd.lib.mk>
19

Indexes created Thu Jan 01 06:09:29 GMT 2026