summaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-06-29 19:39:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-06-29 19:39:41 +0000
commit3ee3fb31d6b892c164bb1db558b196834d216667 (patch)
tree26859105d168de078c08c40ac5a28edafb1342ca /usr.bin/tput/Makefile
parent11cb10467acb116146bbb056edbeca5131fc1f2b (diff)
Heavily modified to support both terminfo and termcap attributes.
Now links with -lcurses (ncurses), not -locurses. TODO: set tabs/margins for init/reset pseudo-attributes.
Diffstat (limited to 'usr.bin/tput/Makefile')
-rw-r--r--usr.bin/tput/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile
index 836899278a7..dc5b6e9fe19 100644
--- a/usr.bin/tput/Makefile
+++ b/usr.bin/tput/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.10 1999/03/06 20:27:42 millert Exp $
+# $OpenBSD: Makefile,v 1.11 1999/06/29 19:39:39 millert Exp $
PROG= tput
-CFLAGS+= -D_USE_OLD_CURSES_
-DPADD= ${LIBOLDCURSES}
-LDADD= -locurses
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
MLINKS= tput.1 clear.1
LINKS= ${BINDIR}/tput ${BINDIR}/clear