diff options
Diffstat (limited to 'usr.sbin/apm/Makefile')
-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 |