=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/du/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/du/Makefile 1997/09/21 11:48:54 1.3 +++ src/usr.bin/du/Makefile 2004/06/14 18:21:31 1.4 @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2004/06/14 18:21:31 otto Exp $ PROG= du +DPADD= ${LIBUTIL} +LDADD= -lutil .include