aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/hostname/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/hostname/Makefile')
-rw-r--r--shell_cmds/hostname/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell_cmds/hostname/Makefile b/shell_cmds/hostname/Makefile
new file mode 100644
index 0000000..a594745
--- /dev/null
+++ b/shell_cmds/hostname/Makefile
@@ -0,0 +1,5 @@
+PROG= hostname
+
+BINDIR=/bin
+
+.include <bsd.prog.mk>