[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / termtypes

Diff for /src/share/termtypes/Makefile between version 1.15 and 1.16

version 1.15, 2000/02/17 19:58:34 version 1.16, 2008/09/02 00:01:34
Line 5 
Line 5 
   
 MAN=    termcap.5  MAN=    termcap.5
 CLEANFILES+= terminfo.src termcap.src terminfo.db termcap.db  CLEANFILES+= terminfo.src termcap.src terminfo.db termcap.db
   TIC=    /usr/bin/tic
   
 all: terminfo.db termcap.db  all: terminfo.db termcap.db
   
Line 58 
Line 59 
         ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap          ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>
   
 # Use the tic we just built if possible  
 .if exists(${.CURDIR}/../../usr.bin/tic/${__objdir}/tic)  
 TIC=    ${.CURDIR}/../../usr.bin/tic/${__objdir}/tic  
 .elif exists(../../usr.bin/tic/tic)  
 TIC=    ../../usr.bin/tic/tic  
 .else  
 TIC=    /usr/bin/tic  
 .endif  

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16