diff options
Diffstat (limited to 'usr.bin/tput')
-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 |