xref: /freebsd/usr.bin/du/Makefile (revision d8ffc21c5ca6f7d4f2d9a65dc6308699af0b6a01)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6PACKAGE=	runtime
7PROG=	du
8LIBADD=	util
9
10HAS_TESTS=
11SUBDIR.${MK_TESTS}+=	tests
12
13.include <bsd.prog.mk>
14