summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/tfmtodit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/tfmtodit/Makefile')
-rw-r--r--gnu/usr.bin/groff/tfmtodit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tfmtodit/Makefile b/gnu/usr.bin/groff/tfmtodit/Makefile
index ee28efe36159..6e81c27b4ab8 100644
--- a/gnu/usr.bin/groff/tfmtodit/Makefile
+++ b/gnu/usr.bin/groff/tfmtodit/Makefile
@@ -3,6 +3,7 @@
PROG= tfmtodit
SRCS= tfmtodit.cc
CFLAGS+= -I$(.CURDIR)/../include
+CXXFLAGS+= -I$(.CURDIR)/../include
LDADD+= $(LIBGROFF) -lm
DPADD+= $(LIBGROFF) $(LIBMATH)