diff options
author | pst <pst@FreeBSD.org> | 1995-01-15 08:30:25 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-01-15 08:30:25 +0000 |
commit | ecb5f40293fe9714ba8653e4a3414342617c53d7 (patch) | |
tree | 058ca9c58652df186570c7e114ab8b230030de82 /gnu/usr.bin/groff/tfmtodit | |
parent | 435c3c0d28264dbbad3d929f13c1a1307252cfe1 (diff) | |
download | FreeBSD-src-ecb5f40293fe9714ba8653e4a3414342617c53d7.zip FreeBSD-src-ecb5f40293fe9714ba8653e4a3414342617c53d7.tar.gz |
Layer in all FreeBSD patches
Diffstat (limited to 'gnu/usr.bin/groff/tfmtodit')
-rw-r--r-- | gnu/usr.bin/groff/tfmtodit/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tfmtodit/Makefile b/gnu/usr.bin/groff/tfmtodit/Makefile new file mode 100644 index 0000000..4140a25 --- /dev/null +++ b/gnu/usr.bin/groff/tfmtodit/Makefile @@ -0,0 +1,14 @@ +# Makefile for tfmtodit + +PROG= tfmtodit +SRCS= tfmtodit.cc +CFLAGS+= -I${.CURDIR}/../include +LDADD+= ${LIBGROFF} -lm +DPADD+= ${LIBGROFF} ${LIBMATH} + +MANDEPEND= tfmtodit.1 +CLEANFILES+= ${MANDEPEND} + +.include "../../../usr.bin/Makefile.inc" +.include "../Makefile.cfg" +.include <bsd.prog.mk> |