mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Install it with mode 550, and with default group ${BINGRP}.
This commit is contained in:
parent
1a484a795d
commit
d79bee64d0
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
# $FreeBSD$
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= ifmcstat
|
||||
MAN= ifmcstat.8
|
||||
|
||||
BINGRP= kmem
|
||||
BINMODE=555
|
||||
BINMODE=550
|
||||
LDADD= -lkvm
|
||||
DPADD= ${LIBKVM}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue