mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Install sysctl in /sbin. It is used in some cases in network_pass1(),
before /usr is mounted if /usr has type nfs.
This commit is contained in:
parent
9b67968db9
commit
5ce43a5e9b
2 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id$
|
||||
|
||||
PROG= sysctl
|
||||
MAN8= sysctl.8
|
||||
|
||||
BINDIR= /sbin
|
||||
NOSHARED?= yes
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id$
|
||||
|
||||
PROG= sysctl
|
||||
MAN8= sysctl.8
|
||||
|
||||
BINDIR= /sbin
|
||||
NOSHARED?= yes
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue