diff options
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/forth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/forth/Makefile b/sys/boot/forth/Makefile index dc7d29d..1f42003 100644 --- a/sys/boot/forth/Makefile +++ b/sys/boot/forth/Makefile @@ -8,6 +8,7 @@ MAN+= beastie.4th.8 \ loader.conf.5 \ loader.4th.8 \ menu.4th.8 \ - menusets.4th.8 + menusets.4th.8 \ + version.4th.8 .include <bsd.prog.mk> |