[Midnightbsd-cvs] src [10204] trunk/sys/boot/ficl32: add ficl32

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 1 20:06:08 EDT 2018


Revision: 10204
          http://svnweb.midnightbsd.org/src/?rev=10204
Author:   laffer1
Date:     2018-06-01 20:06:07 -0400 (Fri, 01 Jun 2018)
Log Message:
-----------
add ficl32

Added Paths:
-----------
    trunk/sys/boot/ficl32/
    trunk/sys/boot/ficl32/Makefile

Added: trunk/sys/boot/ficl32/Makefile
===================================================================
--- trunk/sys/boot/ficl32/Makefile	                        (rev 0)
+++ trunk/sys/boot/ficl32/Makefile	2018-06-02 00:06:07 UTC (rev 10204)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/sys/boot/ficl32/Makefile 264087 2014-04-03 21:18:03Z emaste $
+
+FICL32=
+FICLDIR=	${.CURDIR}/../ficl
+
+.PATH:	${FICLDIR}
+
+.include "${FICLDIR}/Makefile"


Property changes on: trunk/sys/boot/ficl32/Makefile
___________________________________________________________________
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