#	BSDI $Id: Makefile,v 1.2 1994/07/09 21:28:49 md Exp $

.include "../Makefile.defs"

PROG=	afmtodit
SRCS=
STRIP=
LIBC=

afmtodit: afmtodit.pl
	cp ${.CURDIR}/afmtodit.pl afmtodit
	
depend:

.include "../Makefile.common"
.include <bsd.prog.mk>
