summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-07-25 21:30:49 +0000
committermillert <millert@openbsd.org>1998-07-25 21:30:49 +0000
commit63d047ee7d1c19bc801a5623420be09f52fd7dd3 (patch)
tree03db69c04dc120fec732d86957df057a9e9defff
parentlink with ocurses, same reason as tset. (diff)
downloadwireguard-openbsd-63d047ee7d1c19bc801a5623420be09f52fd7dd3.tar.xz
wireguard-openbsd-63d047ee7d1c19bc801a5623420be09f52fd7dd3.zip
use ocurses correctly
-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