From: kettenis Date: Mon, 11 Aug 2008 18:45:13 +0000 (+0000) Subject: Build apm(8) and apmd(8) on sparc64. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=da08173a2ada7ae21375036ca0fae985734b0d16;p=openbsd Build apm(8) and apmd(8) on sparc64. pointed out by deraadt@ --- 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 diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile index 3832b8578fd..d16a30cbf93 100644 --- a/usr.sbin/apmd/Makefile +++ b/usr.sbin/apmd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2006/03/14 22:30:53 sturm Exp $ +# $OpenBSD: Makefile,v 1.10 2008/08/11 18:45:13 kettenis Exp $ .if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \ (${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") SRCS= apmd.c apmsubr.c PROG= apmd @@ -11,6 +11,6 @@ NOPROG=yes .endif MAN= apmd.8 -MANSUBDIR=amd64 i386 macppc sparc zaurus +MANSUBDIR=amd64 i386 macppc sparc sparc64 zaurus .include