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

Diff for /src/usr.bin/tsort/Makefile between version 1.5 and 1.6

version 1.5, 2001/07/19 10:20:01 version 1.6, 2014/05/12 19:11:20
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   tsort  PROG =  tsort
   SRCS = tsort.c
   
 CDIAGFLAGS=-Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W  CDIAGFLAGS = -Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
   DPADD += ${LIBUTIL}
   LDADD += -lutil
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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