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