=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tput/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/tput/Makefile 1999/03/06 20:19:21 1.9 --- src/usr.bin/tput/Makefile 1999/03/06 20:27:42 1.10 *************** *** 1,8 **** ! # $OpenBSD: Makefile,v 1.9 1999/03/06 20:19:21 millert Exp $ PROG= tput ! DPADD= ${LIBCURSES} ! LDADD= -lcurses MLINKS= tput.1 clear.1 LINKS= ${BINDIR}/tput ${BINDIR}/clear --- 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