diff options
| author | manu <manu@NetBSD.org> | 2002-09-16 19:58:58 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2002-09-16 19:58:58 +0000 |
| commit | a9fed430869b7230c6945b2cfb1cd96e289c6716 (patch) | |
| tree | 08f0cb319565295f2d2cb830da0dff5e8013b765 /usr.sbin/apm | |
| parent | e77de5cb68683212f97907bacc04feef53697583 (diff) | |
Initial support for APM on hpcarm (just enough to get battery state)
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 ca9542ee68a..a719c271456 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/06/18 05:24:44 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/16 19:59:00 manu Exp $ -.if (${MACHINE} == "i386" || ${MACHINE} == "macppc") +.if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm") PROG= apm SRCS= apm.c apmsubr.c .PATH: ${.CURDIR}/../apmd |
