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