summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/afmtodit/Makefile
blob: 274ce79027d6a003f93ef2e69a90faad666cadc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$Id: Makefile,v 1.4 1994/12/22 09:44:45 cgd Exp $

MAN=		afmtodit.1

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>