summaryrefslogtreecommitdiff
path: root/sys/boot/common
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-06 23:27:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-06 23:27:28 +0000
commit0719608a61086d15e3786b36ee47b6ce42388127 (patch)
treec83bda5a5594c4a8a6035e5f365db2b879312a57 /sys/boot/common
parent85ffb744471b0a34a1adf725579d4af88683d942 (diff)
Notes
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc
index 0d1dc1411c55..bb7fafc05ca9 100644
--- a/sys/boot/common/Makefile.inc
+++ b/sys/boot/common/Makefile.inc
@@ -15,4 +15,9 @@ SRCS+= pnp.c
# Forth interpreter
.if BOOT_FORTH
SRCS+= interp_forth.c
+MAN5+= ../forth/loader.conf.5
+MAN8+= ../forth/loader.4th.8
.endif
+
+MAN8+= loader.8
+