aboutsummaryrefslogtreecommitdiffstats
path: root/diskdev_cmds/quota.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'diskdev_cmds/quota.tproj/Makefile')
-rw-r--r--diskdev_cmds/quota.tproj/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/diskdev_cmds/quota.tproj/Makefile b/diskdev_cmds/quota.tproj/Makefile
index ba137fe..3002f80 100644
--- a/diskdev_cmds/quota.tproj/Makefile
+++ b/diskdev_cmds/quota.tproj/Makefile
@@ -1,6 +1,9 @@
PROG= quota
MAN= quota.1
+# Setuid this bin
+BINMODE=4555
+
BINDIR=/usr/bin
.include <bsd.prog.mk>