diff options
author | 1998-07-25 21:30:49 +0000 | |
---|---|---|
committer | 1998-07-25 21:30:49 +0000 | |
commit | 63d047ee7d1c19bc801a5623420be09f52fd7dd3 (patch) | |
tree | 03db69c04dc120fec732d86957df057a9e9defff | |
parent | link with ocurses, same reason as tset. (diff) | |
download | wireguard-openbsd-63d047ee7d1c19bc801a5623420be09f52fd7dd3.tar.xz wireguard-openbsd-63d047ee7d1c19bc801a5623420be09f52fd7dd3.zip |
use ocurses correctly
-rw-r--r-- | usr.bin/tput/Makefile | 5 |
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 |