aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/touch/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 16:20:18 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 16:20:18 -0400
commit0304b5d610d6c9771137a2845ebefadedc5b9541 (patch)
tree3379f40715b6d8f0d14af1e6c77257bd05e1377d /file_cmds/touch/Makefile
parentf333eb0b5e7183833e6eae43195764388d32fe21 (diff)
downloadapple_cmds-0304b5d610d6c9771137a2845ebefadedc5b9541.tar.gz
apple_cmds-0304b5d610d6c9771137a2845ebefadedc5b9541.tar.zst
apple_cmds-0304b5d610d6c9771137a2845ebefadedc5b9541.zip
file_cmds: Fix BINDIRs again
Diffstat (limited to 'file_cmds/touch/Makefile')
-rw-r--r--file_cmds/touch/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/file_cmds/touch/Makefile b/file_cmds/touch/Makefile
index 2dd708a..fcb8859 100644
--- a/file_cmds/touch/Makefile
+++ b/file_cmds/touch/Makefile
@@ -1,5 +1,3 @@
PROG= touch
-BINDIR=/bin
-
.include <bsd.prog.mk>