aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du/Makefile
blob: 38f638a04de63c5dd3b3f3ab31140a536bfd1bc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

.include <src.opts.mk>

PACKAGE=	runtime
PROG=	du
LIBADD=	util

HAS_TESTS=
SUBDIR.${MK_TESTS}+=	tests

.include <bsd.prog.mk>