[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.5 and 1.6

version 1.5, 2011/06/23 22:46:12 version 1.6, 2012/09/02 03:55:46
Line 10 
Line 10 
 CFLAGS+= -I${CURSES} -I${.CURDIR} -I.  CFLAGS+= -I${CURSES} -I${.CURDIR} -I.
 CLEANFILES+= termsort.c captoinfo.1  CLEANFILES+= termsort.c captoinfo.1
   
   # Work around gcc optimization bug on sh
 .if (${MACHINE_ARCH} == sh)  .if (${MACHINE_ARCH} == sh)
 COPTS+= -O1  COPTS+= -O0
 .endif  .endif
   
 beforedepend: termsort.c  beforedepend: termsort.c

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6