[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.3 and 1.4

version 1.3, 1996/12/08 14:32:35 version 1.4, 1997/03/07 21:54:48
Line 5 
Line 5 
 DPADD=  ${LIBTERMCAP}  DPADD=  ${LIBTERMCAP}
 LDADD=  -ltermcap  LDADD=  -ltermcap
 MLINKS= tput.1 clear.1  MLINKS= tput.1 clear.1
   LINKS= ${BINDIR}/tput ${BINDIR}/clear
 beforeinstall:  
         ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \  
             ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4