1# $NetBSD: Makefile,v 1.1 2016/01/13 19:01:56 christos Exp $
2
3# $FreeBSD: src/gnu/usr.bin/groff/src/utils/afmtodit/Makefile,v 1.1 2001/04/17 12:37:15 ru Exp $
4
5DIST_SUBDIR=	src/utils/afmtodit
6
7.include <bsd.init.mk>
8
9SCRIPTS=	afmtodit
10MAN=		afmtodit.1
11CLEANFILES=	${SCRIPTS} ${MAN}
12
13.include <bsd.prog.mk>
14