aboutsummaryrefslogtreecommitdiffstats
path: root/diskdev_cmds/quota.tproj/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 17:55:23 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 17:55:23 -0400
commite585f78db8bdf997d3864b5d71f0fe54612911e8 (patch)
tree22a92e0f4884413aa3fbe535f97f8e1809c4a27c /diskdev_cmds/quota.tproj/Makefile
parentecabc3b4eaa1360193427dad349e4c7dcc500760 (diff)
downloadapple_cmds-e585f78db8bdf997d3864b5d71f0fe54612911e8.tar.gz
apple_cmds-e585f78db8bdf997d3864b5d71f0fe54612911e8.tar.zst
apple_cmds-e585f78db8bdf997d3864b5d71f0fe54612911e8.zip
diskdev_cmds: Fix BINDIRs
Diffstat (limited to 'diskdev_cmds/quota.tproj/Makefile')
-rw-r--r--diskdev_cmds/quota.tproj/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/diskdev_cmds/quota.tproj/Makefile b/diskdev_cmds/quota.tproj/Makefile
index 6cf0042..ba137fe 100644
--- a/diskdev_cmds/quota.tproj/Makefile
+++ b/diskdev_cmds/quota.tproj/Makefile
@@ -1,4 +1,6 @@
PROG= quota
MAN= quota.1
+BINDIR=/usr/bin
+
.include <bsd.prog.mk>