aboutsummaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:50:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:50:42 +0000
commitd511b20a693d77c1dc2491a62124471361eddd8e (patch)
tree0e48f6f74b51451185cd0d8b365c12092afdd206 /bin/echo
parent46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff)
downloadsrc-d511b20a693d77c1dc2491a62124471361eddd8e.tar.gz
src-d511b20a693d77c1dc2491a62124471361eddd8e.zip
Notes
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/echo/Makefile b/bin/echo/Makefile
index 2f97ea6e97e1..bd4455395ac4 100644
--- a/bin/echo/Makefile
+++ b/bin/echo/Makefile
@@ -6,6 +6,7 @@
PACKAGE=runtime
PROG= echo
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>