Makefile revision 1.1
11.1Sjmcneill# $NetBSD: Makefile,v 1.1 2026/01/09 22:54:27 jmcneill Exp $ 21.1Sjmcneill 31.1SjmcneillNOLINKLIB= # defined 41.1SjmcneillNOPROFILE= # defined 51.1SjmcneillNOLINT= # defined 61.1SjmcneillUSE_SHLIBDIR= yes 71.1SjmcneillLIB= powerpc_espresso 81.1Sjmcneill 91.1Sjmcneill# Avoid linking against libc. 101.1SjmcneillDPLIBC= # nothing 111.1SjmcneillLDLIBC= -nodefaultlibs 121.1Sjmcneill 131.1SjmcneillAFLAGS+= -mcpu=750 -DPPC_IBMESPRESSO 141.1Sjmcneill 151.1Sjmcneill_ATOMIC_PATH= ${NETBSDSRCDIR}/common/lib/libc/arch/powerpc/atomic 161.1Sjmcneill.PATH: ${_ATOMIC_PATH} 171.1Sjmcneill.include "${_ATOMIC_PATH}/Makefile.inc" 181.1Sjmcneill 191.1Sjmcneill.include <bsd.lib.mk> 20