diff options
Diffstat (limited to 'gnu/usr.bin/groff/grog/Makefile')
| -rw-r--r-- | gnu/usr.bin/groff/grog/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/grog/Makefile b/gnu/usr.bin/groff/grog/Makefile new file mode 100644 index 000000000000..9dfe7ba4e1de --- /dev/null +++ b/gnu/usr.bin/groff/grog/Makefile @@ -0,0 +1,8 @@ +MAN1= grog.1 + +afterinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + $(.CURDIR)/grog.pl $(DESTDIR)$(BINDIR)/grog + +.include <../../../usr.bin/Makefile.inc> +.include <bsd.prog.mk> |
