freebsd-dev/gnu/usr.bin/groff/tfmtodit/Makefile

14 lines
250 B
Makefile
Raw Normal View History

1995-01-15 08:30:25 +00:00
# Makefile for tfmtodit
PROG= tfmtodit
SRCS= tfmtodit.cc
CFLAGS+= -I${.CURDIR}/../include
LDADD+= ${LIBGROFF} -lm
DPADD+= ${LIBGROFF} ${LIBMATH}
MANDEPEND= tfmtodit.1
CLEANFILES+= ${MANDEPEND}
.include "../Makefile.cfg"
.include <bsd.prog.mk>