summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-25 21:30:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-25 21:30:50 +0000
commit092283e362e713132c28913eebacc001ef15361b (patch)
treed948ffc18f94157cffd158759f2b728843d33c8d /usr.bin
parent7f9d59daa77ccb85f4e165904f3149467d6fa476 (diff)
use ocurses correctly
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tput/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile
index 61151d767be..e1bd77d0cf0 100644
--- a/usr.bin/tput/Makefile
+++ b/usr.bin/tput/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.7 1998/07/25 20:47:31 downsj Exp $
+# $OpenBSD: Makefile,v 1.8 1998/07/25 21:30:49 millert Exp $
PROG= tput
-DPADD= ${LIBCURSES}
+CFLAGS+= -D_USE_OLD_CURSES_
+DPADD= ${LIBOLDCURSES}
LDADD= -locurses
MLINKS= tput.1 clear.1
LINKS= ${BINDIR}/tput ${BINDIR}/clear