summaryrefslogtreecommitdiffstats
path: root/bin/echo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/echo/Makefile')
-rw-r--r--bin/echo/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/echo/Makefile b/bin/echo/Makefile
index 5d48e21..4b5917d 100644
--- a/bin/echo/Makefile
+++ b/bin/echo/Makefile
@@ -1,7 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
+.include <src.opts.mk>
+
PACKAGE=runtime
PROG= echo
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud