PERFORCE change 173096 for review
Rafal Jaworowski
raj at FreeBSD.org
Wed Jan 13 22:11:47 UTC 2010
http://p4web.freebsd.org/chv.cgi?CH=173096
Change 173096 by raj at raj_fdt on 2010/01/13 22:11:00
Build the 'ofwdump' tool on ARM as well.
Affected files ...
.. //depot/projects/fdt/usr.sbin/Makefile#3 edit
Differences ...
==== //depot/projects/fdt/usr.sbin/Makefile#3 (text+ko) ====
@@ -493,6 +493,10 @@
_zzz= zzz
.endif
+.if ${MACHINE_ARCH} == "arm"
+_ofwdump= ofwdump
+.endif
+
.if ${MACHINE_ARCH} == "ia64"
.if ${MK_ACPI} != "no"
_acpi= acpi
More information about the p4-projects
mailing list