diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
commit | be0cde6f10dc8f3b82982c7912af93d61d828d75 (patch) | |
tree | 820f2eff6ab08f0d6e29ba0386c043d3c1cb271c /usr.bin/quota/Makefile | |
parent | 25352982e7256bd3744cd30c5b7938f468693816 (diff) | |
download | src-be0cde6f10dc8f3b82982c7912af93d61d828d75.tar.gz src-be0cde6f10dc8f3b82982c7912af93d61d828d75.zip |
Remove useless `BINOWN=root' now that it is the default.
Notes
Notes:
svn path=/head/; revision=39495
Diffstat (limited to 'usr.bin/quota/Makefile')
-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 de2b4a82008a..f9093b3d2b5b 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} |