=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tput/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/tput/Makefile 1998/07/25 21:30:49 1.8 --- src/usr.bin/tput/Makefile 1999/03/06 20:19:21 1.9 *************** *** 1,9 **** ! # $OpenBSD: Makefile,v 1.8 1998/07/25 21:30:49 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.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