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

Diff for /src/usr.bin/du/Makefile between version 1.3 and 1.4

version 1.3, 1997/09/21 11:48:54 version 1.4, 2004/06/14 18:21:31
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   du  PROG=   du
   DPADD= ${LIBUTIL}
   LDADD= -lutil
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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