=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tput/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/tput/Makefile 1999/03/06 20:27:42 1.10 --- src/usr.bin/tput/Makefile 1999/06/29 19:39:39 1.11 *************** *** 1,9 **** ! # $OpenBSD: Makefile,v 1.10 1999/03/06 20:27:42 millert Exp $ PROG= tput ! CFLAGS+= -D_USE_OLD_CURSES_ ! DPADD= ${LIBOLDCURSES} ! LDADD= -locurses MLINKS= tput.1 clear.1 LINKS= ${BINDIR}/tput ${BINDIR}/clear --- 1,8 ---- ! # $OpenBSD: Makefile,v 1.11 1999/06/29 19:39:39 millert Exp $ PROG= tput ! DPADD= ${LIBCURSES} ! LDADD= -lcurses MLINKS= tput.1 clear.1 LINKS= ${BINDIR}/tput ${BINDIR}/clear