summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-06-29 15:34:08 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-06-29 15:34:08 +0000
commit591f446d2858c86fd5cb0ef87b828b6065d66294 (patch)
tree2546064a986eb925d6619cc8e0339ce022e90941 /usr.sbin
parent2a10ce723c4f467b89e45b6493830643f6415b9b (diff)
Build on powerpc64.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/eeprom/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile
index 562867a485d..49650564c04 100644
--- a/usr.sbin/eeprom/Makefile
+++ b/usr.sbin/eeprom/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.19 2017/12/30 10:10:34 guenther Exp $
+# $OpenBSD: Makefile,v 1.20 2020/06/29 15:34:07 kettenis Exp $
.if ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \
${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "powerpc64" || ${MACHINE} == "sparc64"
PROG= eeprom
SRCS= main.c
@@ -13,6 +13,6 @@ NOPROG=yes
.endif
MAN= eeprom.8
-MANSUBDIR=arm64 armv7 macppc octeon sparc64
+MANSUBDIR=arm64 armv7 macppc octeon powerpc64 sparc64
.include <bsd.prog.mk>