diff options
author | pst <pst@FreeBSD.org> | 1996-05-30 02:19:03 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-05-30 02:19:03 +0000 |
commit | 94a7f8648c30a71e955d8fdc8b637b0701a59e33 (patch) | |
tree | ba21dc4304528c921233bebdf169879b9729450b | |
parent | 9d48774924c95a2336d377163cfee753ae3d2549 (diff) | |
download | FreeBSD-src-94a7f8648c30a71e955d8fdc8b637b0701a59e33.zip FreeBSD-src-94a7f8648c30a71e955d8fdc8b637b0701a59e33.tar.gz |
Setgid kmem not required.
Submitted by: smpatel (Sujal Patel)
-rw-r--r-- | usr.bin/modstat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/modstat/Makefile b/usr.bin/modstat/Makefile index a602bb9..c7f18f1 100644 --- a/usr.bin/modstat/Makefile +++ b/usr.bin/modstat/Makefile @@ -33,12 +33,10 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.4 1994/02/09 15:02:19 deraadt Exp $ +# $Id: Makefile,v 1.1 1994/08/19 12:14:02 davidg Exp $ # PROG= modstat MAN8= modstat.8 -BINGRP= kmem -BINMODE=2555 .include <bsd.prog.mk> |