aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/du/Makefile')
-rw-r--r--usr.bin/du/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index 9f96ec657a7e..4340812457d8 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -1,7 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= du
LIBADD= util
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.prog.mk>