diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
commit | 18dba2fe217665c3bdc50fb3b3a724645d1e7196 (patch) | |
tree | 87d57170c6f0a4c76b83ecc25dd486e71aeb0f14 /usr.bin/quota | |
parent | b773a127aeed9e7ce9292d3296446a4a19b8d11a (diff) | |
download | FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.zip FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.tar.gz |
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'usr.bin/quota')
-rw-r--r-- | usr.bin/quota/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index de2b4a8..f9093b3 100644 --- a/usr.bin/quota/Makefile +++ b/usr.bin/quota/Makefile @@ -1,7 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= quota -BINOWN= root BINMODE=4555 DPADD= ${LIBRPCSVC} |