diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-04-07 02:40:55 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-04-07 02:40:55 +0000 |
| commit | fffa0325f75650444476a9091bc45d5da1b1a104 (patch) | |
| tree | 9999cd555f636ae2e64770b82040d228216a5e17 /gnu/usr.bin/groff/src/utils/tfmtodit/Makefile | |
| parent | ae17860040ea0538291e276edd13c51502091d55 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff/src/utils/tfmtodit/Makefile')
| -rw-r--r-- | gnu/usr.bin/groff/src/utils/tfmtodit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile index 34788714e89fe..b242378b89a75 100644 --- a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile +++ b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile @@ -2,8 +2,8 @@ PROG= tfmtodit SRCS= tfmtodit.cc -DPADD= ${LIBGROFF} ${LIBM} -LDADD= ${LIBGROFF} -lm +DPADD= ${LIBGROFF} ${LIBM} ${LIBSTDCPLUSPLUS} +LDADD= ${LIBGROFF} -lm -lstdc++ CLEANFILES= ${MAN} .include <bsd.prog.mk> |
