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

version 1.3, 1999/12/12 08:02:10 version 1.4, 2007/02/27 21:07:40
Line 10 
Line 10 
 CFLAGS+= -I${CURSES} -I${.CURDIR} -I.  CFLAGS+= -I${CURSES} -I${.CURDIR} -I.
 CLEANFILES+= termsort.c  CLEANFILES+= termsort.c
   
   .if (${MACHINE_ARCH} == sh)
   COPTS+= -O1
   .endif
   
 beforedepend: termsort.c  beforedepend: termsort.c
   
 termsort.c: MKtermsort.sh  termsort.c: MKtermsort.sh

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