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