summaryrefslogtreecommitdiff
path: root/mk/termcap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/termcap.mk')
-rw-r--r--mk/termcap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/termcap.mk b/mk/termcap.mk
index 62a251a..7a603e3 100644
--- a/mk/termcap.mk
+++ b/mk/termcap.mk
@@ -1,3 +1,3 @@
LIBTERMCAP?= -ltermcap
-CFLAGS+= -DHAVE_TERMCAP
+CPPFLAGS+= -DHAVE_TERMCAP
LDADD+= ${LIBTERMCAP}