summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-04-27 07:30:49 +0000
committerjoerg <joerg@FreeBSD.org>1996-04-27 07:30:49 +0000
commit9c10d8e8d1ef9d87ac73dc6a79e60d0e25079d5a (patch)
tree1d4b88c8932a0844e30fe6d81ef4b919baba2957 /sys/conf
parenta73f46116d6539932619e4871c28516f5a86f647 (diff)
downloadFreeBSD-src-9c10d8e8d1ef9d87ac73dc6a79e60d0e25079d5a.zip
FreeBSD-src-9c10d8e8d1ef9d87ac73dc6a79e60d0e25079d5a.tar.gz
Make `install' depend on `kernel'. Some idiot tried to install a
non-built kernel and complained in Usenet... :-)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index b00ec36..8cef5fa 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.77 1996/03/29 14:08:30 bde Exp $
+# $Id: Makefile.i386,v 1.78 1996/03/30 14:57:02 peter Exp $
#
# Makefile for FreeBSD
#
@@ -155,7 +155,7 @@ links:
tags:
@echo "see $S/kern/Makefile for tags"
-install:
+install: kernel
chflags noschg /kernel
mv /kernel /kernel.old
if [ `sysctl -n kern.bootfile` = /kernel ] ; then \
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index b00ec36..8cef5fa 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.77 1996/03/29 14:08:30 bde Exp $
+# $Id: Makefile.i386,v 1.78 1996/03/30 14:57:02 peter Exp $
#
# Makefile for FreeBSD
#
@@ -155,7 +155,7 @@ links:
tags:
@echo "see $S/kern/Makefile for tags"
-install:
+install: kernel
chflags noschg /kernel
mv /kernel /kernel.old
if [ `sysctl -n kern.bootfile` = /kernel ] ; then \
OpenPOWER on IntegriCloud