aboutsummaryrefslogtreecommitdiff
path: root/bin/echo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/echo/Makefile')
-rw-r--r--bin/echo/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/echo/Makefile b/bin/echo/Makefile
new file mode 100644
index 000000000000..bd4455395ac4
--- /dev/null
+++ b/bin/echo/Makefile
@@ -0,0 +1,12 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+PACKAGE=runtime
+PROG= echo
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include <bsd.prog.mk>