Makefile revision 1.15
11.15Schristos# $NetBSD: Makefile,v 1.15 2011/10/27 17:18:09 christos Exp $ 21.2Scjs 31.1SkleinkLIB= posix 41.6Ssommerfe 51.6Ssommerfe.include <bsd.own.mk> 61.11Sthorpej 71.11Sthorpej# This library replaces routines in libc; no sense in warning about it. 81.11SthorpejLLIBS= 91.1Skleink 101.10SlukemCPPFLAGS+=-D_REENTRANT -I${NETBSDSRCDIR}/lib/libc/include 111.13SheCPPFLAGS+=-I${NETBSDSRCDIR}/sys 121.14Smrg 131.14Smrg.include "${.CURDIR}/../libc/libcincludes.mk" 141.8Sitojun 151.12SlukemAFLAGS+=-I${ARCHDIR} 161.1Skleink 171.15Schristos.if ${MACHINE_ARCH} == "powerpc64" 181.15Schristos# XXX: How come it does not resolve from libc? 191.15Schristos.PATH.c: ${NETBSDSRCDIR}/lib/libc/gen 201.15SchristosSRCS+= _errno.c 211.15Schristos.endif 221.15Schristos 231.1Skleink.include "${.CURDIR}/sys/Makefile.inc" 241.15SchristosSRCS+=_errno.c 251.1Skleink 261.1Skleink.include <bsd.lib.mk> 27