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