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