aboutsummaryrefslogtreecommitdiff
path: root/bin/hostname/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hostname/Makefile')
-rw-r--r--bin/hostname/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile
new file mode 100644
index 000000000000..5fcbbda43b08
--- /dev/null
+++ b/bin/hostname/Makefile
@@ -0,0 +1,5 @@
+# @(#)Makefile 5.3 (Berkeley) 5/11/90
+
+PROG= hostname
+
+.include <bsd.prog.mk>