aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 16:24:28 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 16:24:28 -0400
commit3e17c3df2c5eb7dd123a49e3708bc8a6fd3bf46e (patch)
treee4127e9518919aa1525bf5fea903fddd1b3d0c75
parent0304b5d610d6c9771137a2845ebefadedc5b9541 (diff)
downloadapple_cmds-3e17c3df2c5eb7dd123a49e3708bc8a6fd3bf46e.tar.gz
apple_cmds-3e17c3df2c5eb7dd123a49e3708bc8a6fd3bf46e.tar.zst
apple_cmds-3e17c3df2c5eb7dd123a49e3708bc8a6fd3bf46e.zip
file_cmds: Fix chflags BINDIR
-rw-r--r--file_cmds/chflags/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/chflags/Makefile b/file_cmds/chflags/Makefile
index 287e327..a734b6e 100644
--- a/file_cmds/chflags/Makefile
+++ b/file_cmds/chflags/Makefile
@@ -1,3 +1,5 @@
PROG= chflags
+BINDIR=/bin
+
.include <bsd.prog.mk>