summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files.powerpc1
-rw-r--r--usr.sbin/Makefile1
-rw-r--r--usr.sbin/ofwdump/Makefile1
3 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 54ab973..119b30d 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -31,6 +31,7 @@ dev/fb/fb.c optional sc
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
dev/kbd/kbd.c optional sc
dev/ofw/openfirm.c optional aim
+dev/ofw/openfirmio.c optional aim
dev/ofw/ofw_bus_if.m optional aim
dev/ofw/ofw_bus_subr.c optional aim
dev/ofw/ofw_console.c optional aim
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index f6a2fcc..4c0d955 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -366,6 +366,7 @@ _zzz= zzz
.if ${MACHINE_ARCH} == "powerpc"
_mount_smbfs= mount_smbfs
_nvram= nvram
+_ofwdump= ofwdump
.endif
.if ${MACHINE_ARCH} == "sparc64"
diff --git a/usr.sbin/ofwdump/Makefile b/usr.sbin/ofwdump/Makefile
index b94ffd1..a20e94f 100644
--- a/usr.sbin/ofwdump/Makefile
+++ b/usr.sbin/ofwdump/Makefile
@@ -2,7 +2,6 @@
PROG= ofwdump
MAN= ofwdump.8
-MANSUBDIR= /sparc64
SRCS= ofwdump.c ofw_util.c
WARNS?= 6
OpenPOWER on IntegriCloud