xref: /freebsd/usr.bin/du/Makefile (revision 39beb93c3f8bdbf72a61fda42300b5ebed7390c8)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	du
5WARNS?=	6
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8
9.include <bsd.prog.mk>
10