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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user