NetBSD/gnu/usr.bin/groff/afmtodit/Makefile

10 lines
222 B
Makefile

MAN1= afmtodit.0
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/afmtodit.pl $(DESTDIR)$(BINDIR)/afmtodit
.include <../../Makefile.inc>
.include <../Makefile.cfg>
.include <bsd.prog.mk>