summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/Makefile.inc
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-04-02 20:07:05 +0000
committerjkim <jkim@FreeBSD.org>2015-04-02 20:07:05 +0000
commit8de179eddf5fc142e63c0a9170439a00934c4609 (patch)
treed5aef2c33b42ea780d514260780860c5a578979d /sys/boot/forth/Makefile.inc
parent55637a4734121d0bf0fff3484a2263b59f215bb7 (diff)
downloadFreeBSD-src-8de179eddf5fc142e63c0a9170439a00934c4609.zip
FreeBSD-src-8de179eddf5fc142e63c0a9170439a00934c4609.tar.gz
Install newly added brand-*.4th and logo-*.4th files and reduce duplication.
Reviewed by: dteske Pointy hat to: dteske
Diffstat (limited to 'sys/boot/forth/Makefile.inc')
-rw-r--r--sys/boot/forth/Makefile.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/boot/forth/Makefile.inc b/sys/boot/forth/Makefile.inc
new file mode 100644
index 0000000..27ba4b1c
--- /dev/null
+++ b/sys/boot/forth/Makefile.inc
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../forth
+FILES+= beastie.4th
+FILES+= brand.4th
+FILES+= brand-fbsd.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-fbsdbw.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
OpenPOWER on IntegriCloud