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

.include <src.opts.mk>

PACKAGE=	runtime
PROG=	du
LIBADD=	xo util

HAS_TESTS=
SUBDIR.${MK_TESTS}+=	tests

.include <bsd.prog.mk>