diff options
| author | macallan <macallan@NetBSD.org> | 2005-11-24 15:47:09 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2005-11-24 15:47:09 +0000 |
| commit | 631f2d878cfdabf5119225bbe1d5e136bcbb8fe0 (patch) | |
| tree | d4f0e7db238cc441c7b3e74932022118d870fc08 | |
| parent | 328b2633495432732307297865da2a30e5e36791 (diff) | |
build the apm utility on sparc since we already build apmd
| -rw-r--r-- | distrib/sets/lists/base/md.sparc | 4 | ||||
| -rw-r--r-- | usr.sbin/apm/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/distrib/sets/lists/base/md.sparc b/distrib/sets/lists/base/md.sparc index d6c90e2d0c5..1d64dff4b2c 100644 --- a/distrib/sets/lists/base/md.sparc +++ b/distrib/sets/lists/base/md.sparc @@ -1,4 +1,4 @@ -# $NetBSD: md.sparc,v 1.71 2004/01/11 10:24:58 lukem Exp $ +# $NetBSD: md.sparc,v 1.72 2005/11/24 15:47:09 macallan Exp $ ./lib/libsparc_v8.so.0 base-sys-shlib ./lib/libsparc_v8.so.0.0 base-sys-shlib ./sbin/edlabel base-sysutil-root @@ -19,5 +19,7 @@ ./usr/mdec/ofwboot base-sysutil-bin ./usr/mdec/ofwboot.net base-sysutil-bin ./usr/sbin/apmd base-sysutil-bin +./usr/sbin/apm base-sysutil-bin +./usr/sbin/zzz base-sysutil-bin ./usr/sbin/eeprom base-sysutil-bin ./usr/sbin/tadpolectl base-sysutil-bin diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 2cf76afd422..64b537992aa 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/07/03 12:55:47 uch Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/24 15:47:09 macallan Exp $ .include <bsd.own.mk> -.if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh") +.if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh" || ${MACHINE} == "sparc") PROG= apm SRCS= apm.c apmsubr.c .PATH: ${NETBSDSRCDIR}/usr.sbin/apmd |
