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