diff options
Diffstat (limited to 'usr.bin/tabs/Makefile')
-rw-r--r-- | usr.bin/tabs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tabs/Makefile b/usr.bin/tabs/Makefile index 2c5f729..f8c085b 100644 --- a/usr.bin/tabs/Makefile +++ b/usr.bin/tabs/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= tabs -DPADD= ${LIBTERMCAPW} -LDADD= -ltermcapw + +LIBADD= ncursesw .include <bsd.prog.mk> |