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

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

version 1.10, 2019/12/21 21:40:01 version 1.11, 2022/07/11 03:11:49
Line 8 
Line 8 
 LDADD=  -lcurses  LDADD=  -lcurses
 CURSES= ${.CURDIR}/../../lib/libcurses  CURSES= ${.CURDIR}/../../lib/libcurses
 CFLAGS+= -I${CURSES} -I${.CURDIR} -I.  CFLAGS+= -I${CURSES} -I${.CURDIR} -I.
 CLEANFILES+= termsort.c captoinfo.1  CLEANFILES+= termsort.c
   
 # Work around gcc optimization bug on sh  # Work around gcc optimization bug on sh
 .if (${MACHINE_ARCH} == sh)  .if (${MACHINE_ARCH} == sh)
Line 19 
Line 19 
   
 termsort.c: MKtermsort.sh  termsort.c: MKtermsort.sh
         sh ${.CURDIR}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET}          sh ${.CURDIR}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET}
   
 captoinfo.1: captoinfo.1tbl  
         cp ${.ALLSRC} ${.TARGET}  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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