summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/troff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/troff/Makefile')
-rw-r--r--gnu/usr.bin/groff/troff/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile
index 5e8290b6f4b9..a7401a2646ec 100644
--- a/gnu/usr.bin/groff/troff/Makefile
+++ b/gnu/usr.bin/groff/troff/Makefile
@@ -4,6 +4,7 @@ PROG= troff
SRCS= env.cc node.cc input.cc div.cc symbol.cc dictionary.cc reg.cc \
number.cc majorminor.cc
CFLAGS+= -I$(.CURDIR)/../include
+CXXFLAGS+= -I$(.CURDIR)/../include
LDADD+= $(LIBGROFF) -lm
DPADD+= $(LIBGROFF) $(LIBMATH)
tmacdir?= /usr/share/tmac