1# $NetBSD: src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile,v 1.4 2006-10-09 08:32:55 mrg Exp $
2
3# $FreeBSD: src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $
4
5DIST_SUBDIR=	src/utils/tfmtodit
6
7PROG=		tfmtodit
8SRCS=		tfmtodit.cpp
9CLEANFILES=	${MAN}
10
11.include <bsd.prog.mk>
12