summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-04 19:56:54 +0000
committerbapt <bapt@FreeBSD.org>2015-04-04 19:56:54 +0000
commit5abd1a7c3183c9dce76d1e6b0b75f8a4a76ffbb2 (patch)
treee20e28d75fb25750ad46e2b3650a434c4bfc6363 /sys/boot/forth
parente8bbef8d0b80c1e2aabe6dc1dc4ad932af7c74dd (diff)
downloadFreeBSD-src-5abd1a7c3183c9dce76d1e6b0b75f8a4a76ffbb2.zip
FreeBSD-src-5abd1a7c3183c9dce76d1e6b0b75f8a4a76ffbb2.tar.gz
Make sure forth manpages are only installed once.
Differential Revision: https://reviews.freebsd.org/D2224 Reviewed by: imp
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/boot/forth/Makefile b/sys/boot/forth/Makefile
new file mode 100644
index 0000000..dc7d29d
--- /dev/null
+++ b/sys/boot/forth/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+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
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud