diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-03 19:07:59 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-03 19:07:59 +0000 |
commit | b578951c47bb43b88e34d2e093723ae53feca7a9 (patch) | |
tree | 878d0d0270c9e2049bf2c02d64734c9e50175c50 /usr.sbin/apm | |
parent | b21050a2bfb7d1ac8403022bf3f001aaa2584467 (diff) |
build apm and apmd on macppc
ok miod@
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index b23fec39cd5..70a25d6c892 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2000/09/21 14:59:40 mickey Exp $ +# $OpenBSD: Makefile,v 1.7 2001/10/03 19:07:58 drahn Exp $ -.if ${MACHINE} == "i386" +.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") SRCS= apm.c apmsubr.c .PATH: ${.CURDIR}/../apmd @@ -14,7 +14,7 @@ NOPROG=yes .endif MAN= apm.8 -MANSUBDIR=i386 +MANSUBDIR=i386 macppc MLINKS= apm.8 zzz.8 .include <bsd.prog.mk> |