Build apm(8) and apmd(8) on sparc64.
authorkettenis <kettenis@openbsd.org>
Mon, 11 Aug 2008 18:45:13 +0000 (18:45 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 11 Aug 2008 18:45:13 +0000 (18:45 +0000)
pointed out by deraadt@

usr.sbin/apm/Makefile
usr.sbin/apmd/Makefile

index 1ad7a03..f9eeef9 100644 (file)
@@ -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>
index 3832b85..d16a30c 100644 (file)
@@ -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 <bsd.prog.mk>