From 80189b3b093749e26cb298735618c6633a2d26fc Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 17 Jul 2014 18:24:34 +0000 Subject: Replace all uses of libncurses and libtermcap with their wide character variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL --- usr.bin/tput/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/tput') diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 143dc651e1353..c42ef79251900 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PROG= tput -DPADD= ${LIBTERMCAP} -LDADD= -ltermcap +DPADD= ${LIBTERMCAPW} +LDADD= -ltermcapw SCRIPTS=clear.sh MLINKS= tput.1 clear.1 -- cgit v1.3