diff options
Diffstat (limited to 'mk/termcap.mk')
-rw-r--r-- | mk/termcap.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/termcap.mk b/mk/termcap.mk new file mode 100644 index 00000000..62a251ac --- /dev/null +++ b/mk/termcap.mk @@ -0,0 +1,3 @@ +LIBTERMCAP?= -ltermcap +CFLAGS+= -DHAVE_TERMCAP +LDADD+= ${LIBTERMCAP} |