Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 22:11:47 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173096 for review
Message-ID:  <201001132211.o0DMBlPM033423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://p4web.freebsd.org/chv.cgi?CH=173096

Change 173096 by raj@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001132211.o0DMBlPM033423>