From f7c160386ae87d0904503f093e42d98be562d9e9 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Sun, 8 Sep 1996 01:27:58 +0000 Subject: ...long live groff --- gnu/usr.bin/groff/tfmtodit/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gnu/usr.bin/groff/tfmtodit/Makefile (limited to 'gnu/usr.bin/groff/tfmtodit') diff --git a/gnu/usr.bin/groff/tfmtodit/Makefile b/gnu/usr.bin/groff/tfmtodit/Makefile new file mode 100644 index 000000000000..541398642ab4 --- /dev/null +++ b/gnu/usr.bin/groff/tfmtodit/Makefile @@ -0,0 +1,13 @@ +# Makefile for tfmtodit + +PROG= tfmtodit +SRCS= tfmtodit.cc +CFLAGS+= -I${.CURDIR}/../include +LDADD+= ${LIBGROFF} -lm +DPADD+= ${LIBGROFF} ${LIBM} + +MANDEPEND= tfmtodit.1 +CLEANFILES+= ${MANDEPEND} + +.include "../Makefile.cfg" +.include -- cgit v1.2.3