[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.1 and 1.2

version 1.1, 1998/07/24 19:37:33 version 1.2, 1998/08/12 20:09:17
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
   
 beforedepend: termsort.c  beforedepend: termsort.c
   

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