Mon Jun 1 13:06:03 2009 UTC ()
The sparc miniroot actually doesn't use "file" anymore to distinguish
between a.out and ELF objects, so omit the now no-longer-present "magic"
file (deprecated after latest "file" update).


(he)
diff -r1.12 -r1.13 src/distrib/sparc/miniroot/Makefile.inc

cvs diff -r1.12 -r1.13 src/distrib/sparc/miniroot/Makefile.inc (expand / switch to unified diff)

--- src/distrib/sparc/miniroot/Makefile.inc 2004/06/13 05:27:18 1.12
+++ src/distrib/sparc/miniroot/Makefile.inc 2009/06/01 13:06:03 1.13
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile.inc,v 1.12 2004/06/13 05:27:18 sjg Exp $ 1# $NetBSD: Makefile.inc,v 1.13 2009/06/01 13:06:03 he Exp $
2 2
3IMAGESIZE= 8192k 3IMAGESIZE= 8192k
4MAKEFS_FLAGS= -o density=4k 4MAKEFS_FLAGS= -o density=4k
5IMAGEENDIAN= be 5IMAGEENDIAN= be
6MAKEDEVTARGETS= all 6MAKEDEVTARGETS= all
7LISTS+= ${DISTRIBDIR}/common/list.sysinst 7LISTS+= ${DISTRIBDIR}/common/list.sysinst
8IMAGEDEPENDS+= ${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \ 8IMAGEDEPENDS+= ${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
9 ${ARCHDIR}/termcap.src \ 9 ${ARCHDIR}/termcap.src \
10 ${DESTDIR}/etc/disktab \ 10 ${DESTDIR}/etc/disktab \
11 ${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/share/misc/magic \ 11 ${DESTDIR}/usr/mdec/boot \
12 ${KERNOBJDIR}/GENERIC/netbsd 12 ${KERNOBJDIR}/GENERIC/netbsd
13 13
14IMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \ 14IMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \
15 ${DESTDIR}/usr/mdec/bootxx /boot 15 ${DESTDIR}/usr/mdec/bootxx /boot