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 5 DIST_SUBDIR= src/utils/afmtodit 6 7 .include <bsd.init.mk> 8 9 SCRIPTS= afmtodit 10 MAN= afmtodit.1 11 CLEANFILES= ${SCRIPTS} ${MAN} 12 13 .include <bsd.prog.mk> 14