diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-08-11 18:45:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-08-11 18:45:14 +0000 |
commit | ea91ab9f9b526bca7dd088aca047fc5e9dc7bf11 (patch) | |
tree | 07d7c0248a02e2d089f2ddbce02f260a92f8fc48 /usr.sbin/apm | |
parent | 3450e97cecff8715ee123ceb31242bbd93014160 (diff) |
Build apm(8) and apmd(8) on sparc64.
pointed out by deraadt@
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 1ad7a03e314..f9eeef9f5b6 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2006/03/14 22:30:53 sturm Exp $ +# $OpenBSD: Makefile,v 1.12 2008/08/11 18:45:13 kettenis Exp $ .if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \ (${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") SRCS= apm.c apmsubr.c .PATH: ${.CURDIR}/../apmd @@ -16,7 +16,7 @@ NOPROG=yes .endif MAN= apm.8 -MANSUBDIR=amd64 i386 macppc sparc zaurus +MANSUBDIR=amd64 i386 macppc sparc sparc64 zaurus MLINKS= apm.8 zzz.8 .include <bsd.prog.mk> |