From 0444aaa030c2ccabae1bf9c9eae0d45fb6df7e12 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Fri, 1 Jun 2001 01:14:28 +0000 Subject: [PATCH] Don't install setgid kmem. --- usr.bin/ipcs/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 66537107476..5f631dd1696 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,8 +1,6 @@ # $FreeBSD$ PROG= ipcs -BINGRP= kmem -BINMODE= 2555 DPADD+= ${LIBKVM} LDADD+= -lkvm