diff options
| author | nakayama <nakayama@NetBSD.org> | 2009-12-13 05:01:32 +0000 |
|---|---|---|
| committer | nakayama <nakayama@NetBSD.org> | 2009-12-13 05:01:32 +0000 |
| commit | 1c54a66d9956e2ed3dd2f5058fb3c2113d5fb129 (patch) | |
| tree | 1fbd9b1a36351adcbf9fe2801abbab2fb4f68632 /usr.sbin/apm | |
| parent | f97268b43d9b78617e8a4ea2c979d54f337ccbf8 (diff) | |
System utilities, boot programs and kernel modules are machine
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.
Diffstat (limited to 'usr.sbin/apm')
| -rw-r--r-- | usr.sbin/apm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 16a60bde277..c2eb4df8d35 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/02/14 13:56:41 abs Exp $ +# $NetBSD: Makefile,v 1.17 2009/12/13 05:01:33 nakayama Exp $ .include <bsd.own.mk> @@ -7,7 +7,7 @@ ${MACHINE} == "hpcmips" || \ ${MACHINE} == "hpcsh" || \ ${MACHINE} == "macppc" || \ - ${MACHINE_ARCH} == "sparc" || \ + ${MACHINE} == "sparc" || \ ${MACHINE} == "zaurus") PROG= apm SRCS= apm.c apmsubr.c |
