=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tput/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/tput/Makefile 1998/07/25 20:47:31 1.7 +++ src/usr.bin/tput/Makefile 1998/07/25 21:30:49 1.8 @@ -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