aboutsummaryrefslogtreecommitdiff
path: root/bin/cat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cat/Makefile')
-rw-r--r--bin/cat/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/cat/Makefile b/bin/cat/Makefile
new file mode 100644
index 000000000000..672a4eeeeff5
--- /dev/null
+++ b/bin/cat/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
+
+PROG= cat
+
+.include <bsd.prog.mk>