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:
Bruce Evans
1997-12-18 15:34:08 +00:00
parent 9b67968db9
commit 5ce43a5e9b
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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>
+4
View File
@@ -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>