freebsd-dev/gnu/usr.bin/groff/afmtodit/Makefile
2000-12-05 19:15:36 +00:00

13 lines
232 B
Makefile

# $FreeBSD$
MAN1= afmtodit.1
CLEANFILES+= ${MAN1}
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${DIST_DIR}/afmtodit.pl ${DESTDIR}${BINDIR}/afmtodit
.include "../Makefile.cfg"
.include <bsd.prog.mk>