[Midnightbsd-cvs] src [11256] trunk/usr.sbin: add arm
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 1 20:28:31 EDT 2018
Revision: 11256
http://svnweb.midnightbsd.org/src/?rev=11256
Author: laffer1
Date: 2018-07-01 20:28:31 -0400 (Sun, 01 Jul 2018)
Log Message:
-----------
add arm
Added Paths:
-----------
trunk/usr.sbin/Makefile.arm
trunk/usr.sbin/Makefile.ia64
trunk/usr.sbin/Makefile.mips
trunk/usr.sbin/Makefile.powerpc
trunk/usr.sbin/Makefile.sparc64
Added: trunk/usr.sbin/Makefile.arm
===================================================================
--- trunk/usr.sbin/Makefile.arm (rev 0)
+++ trunk/usr.sbin/Makefile.arm 2018-07-02 00:28:31 UTC (rev 11256)
@@ -0,0 +1,5 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/Makefile.arm 294364 2016-01-19 23:36:49Z ian $
+
+SUBDIR+= kgmon
+SUBDIR+= ofwdump
Property changes on: trunk/usr.sbin/Makefile.arm
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/usr.sbin/Makefile.ia64
===================================================================
--- trunk/usr.sbin/Makefile.ia64 (rev 0)
+++ trunk/usr.sbin/Makefile.ia64 2018-07-02 00:28:31 UTC (rev 11256)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/Makefile.ia64 294364 2016-01-19 23:36:49Z ian $
+
+.if ${MK_ACPI} != "no"
+SUBDIR+= acpi
+.endif
+SUBDIR+= kgmon
+SUBDIR:= ${SUBDIR:Nuathload}
+SUBDIR+= zzz
Property changes on: trunk/usr.sbin/Makefile.ia64
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/usr.sbin/Makefile.mips
===================================================================
--- trunk/usr.sbin/Makefile.mips (rev 0)
+++ trunk/usr.sbin/Makefile.mips 2018-07-02 00:28:31 UTC (rev 11256)
@@ -0,0 +1,7 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/Makefile.mips 233644 2012-03-29 02:54:35Z jmallett $
+
+# uathload broken for n32 and n64 due to toolchain issues, only build for o32
+.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
+SUBDIR:= ${SUBDIR:Nuathload}
+.endif
Property changes on: trunk/usr.sbin/Makefile.mips
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/usr.sbin/Makefile.powerpc
===================================================================
--- trunk/usr.sbin/Makefile.powerpc (rev 0)
+++ trunk/usr.sbin/Makefile.powerpc 2018-07-02 00:28:31 UTC (rev 11256)
@@ -0,0 +1,5 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/Makefile.powerpc 294364 2016-01-19 23:36:49Z ian $
+
+SUBDIR+= nvram
+SUBDIR+= ofwdump
Property changes on: trunk/usr.sbin/Makefile.powerpc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/usr.sbin/Makefile.sparc64
===================================================================
--- trunk/usr.sbin/Makefile.sparc64 (rev 0)
+++ trunk/usr.sbin/Makefile.sparc64 2018-07-02 00:28:31 UTC (rev 11256)
@@ -0,0 +1,5 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/Makefile.sparc64 294364 2016-01-19 23:36:49Z ian $
+
+SUBDIR+= eeprom
+SUBDIR+= ofwdump
Property changes on: trunk/usr.sbin/Makefile.sparc64
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list