diff options
Diffstat (limited to 'usr.bin/tput/Makefile')
-rw-r--r-- | usr.bin/tput/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 77018ee2160..836899278a7 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 1999/03/06 20:19:21 millert Exp $ +# $OpenBSD: Makefile,v 1.10 1999/03/06 20:27:42 millert Exp $ PROG= tput -DPADD= ${LIBCURSES} -LDADD= -lcurses +CFLAGS+= -D_USE_OLD_CURSES_ +DPADD= ${LIBOLDCURSES} +LDADD= -locurses MLINKS= tput.1 clear.1 LINKS= ${BINDIR}/tput ${BINDIR}/clear |