Module Name:    src
Committed By:   matt
Date:           Sat Apr 27 07:59:09 UTC 2013

Modified Files:
        src/etc/mtree: Makefile
Added Files:
        src/etc/mtree: NetBSD.dist.earm

Log Message:
Add MKCOMPAT support for earm


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/etc/mtree/Makefile
cvs rdiff -u -r0 -r1.1 src/etc/mtree/NetBSD.dist.earm

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.22 src/etc/mtree/Makefile:1.23
--- src/etc/mtree/Makefile:1.22	Sat Sep 10 17:02:46 2011
+++ src/etc/mtree/Makefile	Sat Apr 27 07:59:09 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.22 2011/09/10 17:02:46 apb Exp $
+#	$NetBSD: Makefile,v 1.23 2013/04/27 07:59:09 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -15,6 +15,8 @@ EXTRA_DIST_FILES=	${.CURDIR}/NetBSD.dist
 .if ${MKCOMPAT} != "no"
 .if exists(NetBSD.dist.${MACHINE_ARCH})
 EXTRA_DIST_FILES+=	${.CURDIR}/NetBSD.dist.${MACHINE_ARCH}
+.elif !empty(MACHINE_ARCH:Mearm*)
+EXTRA_DIST_FILES+=	${.CURDIR}/NetBSD.dist.earm
 .endif
 .endif
 

Added files:

Index: src/etc/mtree/NetBSD.dist.earm
diff -u /dev/null src/etc/mtree/NetBSD.dist.earm:1.1
--- /dev/null	Sat Apr 27 07:59:09 2013
+++ src/etc/mtree/NetBSD.dist.earm	Sat Apr 27 07:59:09 2013
@@ -0,0 +1,13 @@
+#	$NetBSD: NetBSD.dist.earm,v 1.1 2013/04/27 07:59:09 matt Exp $
+
+./lib/oabi
+./lib/oabi/npf
+./usr/lib/oabi
+./usr/lib/oabi/i18n
+./usr/lib/oabi/lua
+./usr/lib/oabi/lua/5.1
+./usr/lib/oabi/security
+./usr/libdata/debug/lib/oabi
+./usr/libdata/debug/lib/oabi/npf
+./usr/libdata/debug/usr/lib/oabi
+./usr/libdata/debug/usr/lib/oabi/i18n

Reply via email to