summaryrefslogtreecommitdiff
path: root/usr.bin/du/Makefile
blob: b12a05447999a1e8b3e55d5e2edc003a58d787c1 (plain)
1
2
3
4
5
6
7
8
9
10
.include <src.opts.mk>

PACKAGE=	runtime
PROG=	du
LIBADD=	xo util

HAS_TESTS=
SUBDIR.${MK_TESTS}+=	tests

.include <bsd.prog.mk>