Module Name: src
Committed By: mrg
Date: Sun Dec 13 01:02:25 UTC 2009
Modified Files:
src/etc/mtree: Makefile
Added Files:
src/etc/mtree: NetBSD.dist.sparc64 NetBSD.dist.x86_64
Log Message:
create /usr/lib/{i386,sparc}{,/security,/i18n} here, where they belong.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/etc/mtree/Makefile
cvs rdiff -u -r0 -r1.1 src/etc/mtree/NetBSD.dist.sparc64 \
src/etc/mtree/NetBSD.dist.x86_64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/mtree/Makefile
diff -u src/etc/mtree/Makefile:1.12 src/etc/mtree/Makefile:1.13
--- src/etc/mtree/Makefile:1.12 Sat Dec 12 01:32:10 2009
+++ src/etc/mtree/Makefile Sun Dec 13 01:02:25 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/12/12 01:32:10 mrg Exp $
+# $NetBSD: Makefile,v 1.13 2009/12/13 01:02:25 mrg Exp $
.include <bsd.own.mk>
@@ -10,6 +10,10 @@
. endif
.endif
+.if exists(NetBSD.dist.${MACHINE_ARCH})
+EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.${MACHINE_ARCH}
+.endif
+
.if ${MKEXTSRC} != "no"
EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.extsrc
.endif
Added files:
Index: src/etc/mtree/NetBSD.dist.sparc64
diff -u /dev/null src/etc/mtree/NetBSD.dist.sparc64:1.1
--- /dev/null Sun Dec 13 01:02:25 2009
+++ src/etc/mtree/NetBSD.dist.sparc64 Sun Dec 13 01:02:25 2009
@@ -0,0 +1,5 @@
+# $NetBSD: NetBSD.dist.sparc64,v 1.1 2009/12/13 01:02:25 mrg Exp $
+
+./usr/lib/sparc
+./usr/lib/sparc/i18n
+./usr/lib/sparc/security
Index: src/etc/mtree/NetBSD.dist.x86_64
diff -u /dev/null src/etc/mtree/NetBSD.dist.x86_64:1.1
--- /dev/null Sun Dec 13 01:02:25 2009
+++ src/etc/mtree/NetBSD.dist.x86_64 Sun Dec 13 01:02:25 2009
@@ -0,0 +1,5 @@
+# $NetBSD: NetBSD.dist.x86_64,v 1.1 2009/12/13 01:02:25 mrg Exp $
+
+./usr/lib/i386
+./usr/lib/i386/i18n
+./usr/lib/i386/security