diff options
Diffstat (limited to 'usr.bin/ipcs/Makefile')
-rw-r--r-- | usr.bin/ipcs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 0854bca423d58..6bb74748268d2 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -2,5 +2,7 @@ PROG= ipcs NOMAN= noman +BINMODE = 2555 +BINGRP = kmem .include <bsd.prog.mk> |