diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-19 02:02:35 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-19 02:02:35 +0000 |
commit | 01f308907b3edaf28e20dfb3875d2cb969b1b185 (patch) | |
tree | d24de5076140afc7ae4c23f89422ea87a23303e3 /usr.sbin/apm | |
parent | 9b80c4fe9ef02d77bb4d2cedf41da21bdaaec693 (diff) |
APM emulation framework and zaurus scoop driver. Not enabled yet.
ok drahn@, deraadt@
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 70a25d6c892..ad1c3f6c673 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2001/10/03 19:07:58 drahn Exp $ +# $OpenBSD: Makefile,v 1.8 2005/01/19 02:02:34 uwe Exp $ -.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") +.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ + (${MACHINE} == "zaurus") SRCS= apm.c apmsubr.c .PATH: ${.CURDIR}/../apmd |