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

Diff for /src/usr.bin/infocmp/Makefile between version 1.2 and 1.3

version 1.2, 2000/02/20 21:50:18 version 1.3, 2011/06/23 22:46:12
Line 7 
Line 7 
 CURSES= ${.CURDIR}/../../lib/libcurses  CURSES= ${.CURDIR}/../../lib/libcurses
 TIC= ${.CURDIR}/../tic  TIC= ${.CURDIR}/../tic
 CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I.  CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I.
 CLEANFILES+= termsort.c  CLEANFILES+= termsort.c infocmp.1
 .PATH:  ${TIC}  .PATH:  ${TIC}
   
 beforedepend: termsort.c  beforedepend: termsort.c
   
 termsort.c: ${TIC}/MKtermsort.sh  termsort.c: ${TIC}/MKtermsort.sh
         sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET}          sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET}
   
   infocmp.1: infocmp.1tbl
           cp ${.ALLSRC} ${.TARGET}
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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