[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.9 and 1.10

version 1.9, 1999/03/06 20:19:21 version 1.10, 1999/03/06 20:27:42
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   tput  PROG=   tput
 DPADD=  ${LIBCURSES}  CFLAGS+= -D_USE_OLD_CURSES_
 LDADD=  -lcurses  DPADD=  ${LIBOLDCURSES}
   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.9  
changed lines
  Added in v.1.10