diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-09-08 01:27:58 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-09-08 01:27:58 +0000 |
commit | f7c160386ae87d0904503f093e42d98be562d9e9 (patch) | |
tree | 9f10d6854c5b1802bb9538b7dba03ff1fd865218 /gnu/usr.bin/groff/tfmtodit | |
parent | e72c5689b07b95fb040ad0a051840a2c51f6e0dc (diff) | |
download | src-f7c160386ae87d0904503f093e42d98be562d9e9.tar.gz src-f7c160386ae87d0904503f093e42d98be562d9e9.zip |
...long live groff
Notes
Notes:
svn path=/head/; revision=18140
Diffstat (limited to 'gnu/usr.bin/groff/tfmtodit')
-rw-r--r-- | gnu/usr.bin/groff/tfmtodit/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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 <bsd.prog.mk> |