summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-25 19:27:38 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-25 19:27:38 +0000
commitc0931e607931a2e0989312c480aac1e791c73a85 (patch)
tree5d7cbd456cb723641bbfe92717d774f60b3ba358 /usr.bin
parent4e323084d401a2e8cf254791f26c960974aca9be (diff)
link with old curses for now, ncurses tgetent does not fill in the buffer
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tset/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tset/Makefile b/usr.bin/tset/Makefile
index 33c4125b150..4529cd029e3 100644
--- a/usr.bin/tset/Makefile
+++ b/usr.bin/tset/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 1998/07/24 00:11:06 millert Exp $
+# $OpenBSD: Makefile,v 1.5 1998/07/25 19:27:37 millert Exp $
PROG= tset
SRCS= map.c misc.c set.c term.c tset.c wrterm.c
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBOLDCURSES}
+LDADD= -locurses
LINKS= ${BINDIR}/tset ${BINDIR}/reset
MLINKS= tset.1 reset.1