aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/env/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/env/Makefile')
-rw-r--r--usr.bin/env/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile
index af2e65dd5fc1..d7a34fce92aa 100644
--- a/usr.bin/env/Makefile
+++ b/usr.bin/env/Makefile
@@ -1,4 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
+.include <src.opts.mk>
PACKAGE= runtime
PROG= env
@@ -6,4 +7,7 @@ SRCS= env.c envopts.c
LIBADD= util
+HAS_TESTS=
+SUBDIR.${MK_TESTS}= tests
+
.include <bsd.prog.mk>