diff options
author | mckusick <mckusick@FreeBSD.org> | 2010-03-16 06:12:30 +0000 |
---|---|---|
committer | mckusick <mckusick@FreeBSD.org> | 2010-03-16 06:12:30 +0000 |
commit | f63b97928b6dff04ed1652eee2d75a7577479818 (patch) | |
tree | 8218da33f517c5e82ea83e7c71daba26e9dd1ed0 /usr.bin/quota | |
parent | 834fb25a9ed2240101506d137b5be7d71c75f306 (diff) | |
download | FreeBSD-src-f63b97928b6dff04ed1652eee2d75a7577479818.zip FreeBSD-src-f63b97928b6dff04ed1652eee2d75a7577479818.tar.gz |
Debugging nits found while testing the new 64-bit quota code.
Diffstat (limited to 'usr.bin/quota')
-rw-r--r-- | usr.bin/quota/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index a479402..26585ae 100644 --- a/usr.bin/quota/Makefile +++ b/usr.bin/quota/Makefile @@ -3,6 +3,7 @@ PROG= quota BINOWN= root +BINMODE=4555 DPADD= ${LIBRPCSVC} ${LIBUTIL} LDADD= -lrpcsvc -lutil |