[Midnightbsd-cvs] src [10216] trunk/sys/boot/forth: add makefiles

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 2 10:36:45 EDT 2018


Revision: 10216
          http://svnweb.midnightbsd.org/src/?rev=10216
Author:   laffer1
Date:     2018-06-02 10:36:44 -0400 (Sat, 02 Jun 2018)
Log Message:
-----------
add makefiles

Added Paths:
-----------
    trunk/sys/boot/forth/Makefile
    trunk/sys/boot/forth/Makefile.inc

Added: trunk/sys/boot/forth/Makefile
===================================================================
--- trunk/sys/boot/forth/Makefile	                        (rev 0)
+++ trunk/sys/boot/forth/Makefile	2018-06-02 14:36:44 UTC (rev 10216)
@@ -0,0 +1,15 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/sys/boot/forth/Makefile 284713 2015-06-23 03:56:05Z dteske $
+
+MAN+=	beastie.4th.8 \
+	brand.4th.8 \
+	check-password.4th.8 \
+	color.4th.8 \
+	delay.4th.8 \
+	loader.conf.5 \
+	loader.4th.8 \
+	menu.4th.8 \
+	menusets.4th.8 \
+	version.4th.8
+
+.include <bsd.prog.mk>


Property changes on: trunk/sys/boot/forth/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
Added: trunk/sys/boot/forth/Makefile.inc
===================================================================
--- trunk/sys/boot/forth/Makefile.inc	                        (rev 0)
+++ trunk/sys/boot/forth/Makefile.inc	2018-06-02 14:36:44 UTC (rev 10216)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/sys/boot/forth/Makefile.inc 281843 2015-04-22 01:08:40Z dteske $
+
+FILES+=	beastie.4th
+FILES+=	brand.4th
+FILES+=	brand-mbsd.4th
+FILES+=	check-password.4th
+FILES+=	color.4th
+FILES+=	delay.4th
+FILES+=	frames.4th
+FILES+=	loader.4th
+FILES+=	loader.conf
+FILES+=	loader.help
+FILES+=	logo-beastie.4th
+FILES+=	logo-beastiebw.4th
+FILES+=	logo-mbsdbw.4th
+FILES+=	logo-orb.4th
+FILES+=	logo-orbbw.4th
+FILES+=	menu.4th
+FILES+=	menu-commands.4th
+FILES+=	menusets.4th
+FILES+=	screen.4th
+FILES+=	shortcuts.4th
+FILES+=	support.4th
+FILES+=	version.4th
+FILESDIR_loader.conf=	/boot/defaults


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