diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-19 08:52:16 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-19 08:52:16 +0000 |
| commit | 9ece4dbfe998ebb032935a6ff57b2874b8f6be06 (patch) | |
| tree | e2be4c15fddce3c4a078efbc93b075dfe567b626 | |
| parent | 536f89a6234f0c2d939026b82e355ff2181069f1 (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/Makefile.inc | 5 |
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 + |
