Makefile revision 1.6
11.6Ssommerfe# $NetBSD: Makefile,v 1.6 1999/08/21 03:28:54 sommerfeld Exp $ 21.2Scjs 31.1SkleinkLIB= posix 41.6Ssommerfe 51.6Ssommerfe.include <bsd.own.mk> 61.1Skleink 71.4SlukemCPPFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include 81.5Sdrochner.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" 91.5SdrochnerARCHDIR= ${.CURDIR}/../libc/arch/mips 101.5Sdrochner.else 111.5SdrochnerARCHDIR= ${.CURDIR}/../libc/arch/${MACHINE_ARCH} 121.5Sdrochner.endif 131.5SdrochnerAINC= -I${ARCHDIR} 141.3Scjs.if defined(DESTDIR) 151.3ScjsAINC+= -nostdinc -idirafter ${DESTDIR}/usr/include 161.1Skleink.endif 171.1Skleink 181.1Skleink.include "${.CURDIR}/sys/Makefile.inc" 191.1Skleink 201.1Skleink.include <bsd.lib.mk> 21