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

Diff for /src/usr.bin/wc/Makefile between version 1.2 and 1.3

version 1.2, 1996/06/26 05:42:49 version 1.3, 2005/10/19 21:49:02
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   wc  PROG=   wc
   DPADD= ${LIBUTIL}
   LDADD= -lutil
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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