summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-08-30 10:43:14 +0000
committerasami <asami@FreeBSD.org>1996-08-30 10:43:14 +0000
commit5819170b8cd956ae523c31a05fbdf86e91450838 (patch)
tree829d7ec3d9f9abe2259f3b799667243ab94f1c6b /sys/conf/Makefile.pc98
parentd564e1831385a2423f7a027b94d614558a09d924 (diff)
downloadFreeBSD-src-5819170b8cd956ae523c31a05fbdf86e91450838.zip
FreeBSD-src-5819170b8cd956ae523c31a05fbdf86e91450838.tar.gz
Re-sync with the state of PC98 world. This will be the last commit before
we start merging things in earnest... Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc986
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index e092349..9c95812 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.1.1.1 1996/06/14 10:04:40 asami Exp $
+# $Id: Makefile.pc98,v 1.2 1996/07/23 07:45:48 asami Exp $
#
# Makefile for FreeBSD
#
@@ -165,8 +165,8 @@ install:
fi
chflags noschg /kernel
mv /kernel /kernel.old
- if [ `sysctl -n kern.bootfile` = /kernel ] ; then \
- sysctl -w kern.bootfile=/kernel.old ; \
+ if [ `/usr/sbin/sysctl -n kern.bootfile` = /kernel ] ; then \
+ /usr/sbin/sysctl -w kern.bootfile=/kernel.old ; \
mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db ; \
fi
install -c -m 555 -o root -g wheel -fschg kernel /
OpenPOWER on IntegriCloud