11590Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
256690Smharo# $FreeBSD: stable/10/usr.bin/du/Makefile 321133 2017-07-18 16:49:24Z ngie $
31590Srgrimes
4321133Sngie.include <bsd.own.mk>
5321133Sngie
61590SrgrimesPROG=	du
7129678SpjdDPADD=	${LIBUTIL}
8129678SpjdLDADD=	-lutil
91590Srgrimes
10321133Sngie.if ${MK_TESTS} != "no"
11321133SngieSUBDIR+=	tests
12321133Sngie.endif
13321133Sngie
141590Srgrimes.include <bsd.prog.mk>
15