aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tabs
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2014-07-17 18:24:34 +0000
committerBrooks Davis <brooks@FreeBSD.org>2014-07-17 18:24:34 +0000
commit80189b3b093749e26cb298735618c6633a2d26fc (patch)
tree3ff2151befbc35e13a819af1c5dc8b2239bd1183 /usr.bin/tabs
parent53cc33f6f629c8eb5377ddcf02b1dff1eb2a8fac (diff)
Notes
Diffstat (limited to 'usr.bin/tabs')
-rw-r--r--usr.bin/tabs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tabs/Makefile b/usr.bin/tabs/Makefile
index 4b5d40e0d302..2c5f729905a1 100644
--- a/usr.bin/tabs/Makefile
+++ b/usr.bin/tabs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= tabs
-DPADD= ${LIBTERMCAP}
-LDADD= -ltermcap
+DPADD= ${LIBTERMCAPW}
+LDADD= -ltermcapw
.include <bsd.prog.mk>