diff options
Diffstat (limited to 'gnu/usr.bin/groff/man/Makefile')
| -rw-r--r-- | gnu/usr.bin/groff/man/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/man/Makefile b/gnu/usr.bin/groff/man/Makefile new file mode 100644 index 000000000000..66dbd20bdfe0 --- /dev/null +++ b/gnu/usr.bin/groff/man/Makefile @@ -0,0 +1,7 @@ +# Makefile for manpages + +MAN5= groff_font.5 groff_out.5 +MAN7= groff_char.7 + +.include "../Makefile.cfg" +.include <bsd.prog.mk> |
