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