diff options
| author | matt <matt@NetBSD.org> | 2013-05-02 03:56:38 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2013-05-02 03:56:38 +0000 |
| commit | 0fa6fa9d501fa6ddcec1d2c503a53049763f9c8b (patch) | |
| tree | 34aad60f4c169d00cf803eeb205d498a8d2d5e69 /usr.sbin/apm | |
| parent | 7265b614ce4ae8f83ea9d57b2c0f65f118a2a9ae (diff) | |
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.
usr/include/machine now points to usr/include/arm
Diffstat (limited to 'usr.sbin/apm')
| -rw-r--r-- | usr.sbin/apm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index c2eb4df8d35..d877997571d 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.17 2009/12/13 05:01:33 nakayama Exp $ +# $NetBSD: Makefile,v 1.18 2013/05/02 03:56:42 matt Exp $ .include <bsd.own.mk> .if (${MACHINE_ARCH} == "i386" || \ - ${MACHINE} == "hpcarm" || \ + ${MACHINE_CPU} == "arm" || \ ${MACHINE} == "hpcmips" || \ ${MACHINE} == "hpcsh" || \ ${MACHINE} == "macppc" || \ - ${MACHINE} == "sparc" || \ - ${MACHINE} == "zaurus") + ${MACHINE} == "sparc") PROG= apm SRCS= apm.c apmsubr.c .PATH: ${NETBSDSRCDIR}/usr.sbin/apmd |
