[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tput

Diff for /src/usr.bin/tput/Makefile between version 1.10 and 1.11

version 1.10, 1999/03/06 20:27:42 version 1.11, 1999/06/29 19:39:39
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   tput  PROG=   tput
 CFLAGS+= -D_USE_OLD_CURSES_  DPADD=  ${LIBCURSES}
 DPADD=  ${LIBOLDCURSES}  LDADD=  -lcurses
 LDADD=  -locurses  
 MLINKS= tput.1 clear.1  MLINKS= tput.1 clear.1
 LINKS= ${BINDIR}/tput ${BINDIR}/clear  LINKS= ${BINDIR}/tput ${BINDIR}/clear
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11