xref: /freebsd/usr.bin/du/Makefile (revision 5b20c5e1f8d59f14901f0c0e4b6b577eaa3f9569)
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