aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-04-11 03:40:11 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-04-11 03:40:11 +0000
commit4357ca882d3115af8ff455243e20bd973d321a01 (patch)
treea9084ef1c15896d99691b6d44994fdd7757846ed /sys/conf/Makefile.pc98
parent4e697da8b384cc2bdd4b792b3d8ca34e111d55d1 (diff)
downloadsrc-4357ca882d3115af8ff455243e20bd973d321a01.tar.gz
src-4357ca882d3115af8ff455243e20bd973d321a01.zip
Notes
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc987
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index a90547d673b6..f9c671711045 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.57 1999/03/13 13:18:00 kato Exp $
+# $Id: Makefile.pc98,v 1.58 1999/04/07 09:28:03 grog Exp $
#
# Makefile for FreeBSD
#
@@ -233,13 +233,10 @@ install: ${KERNEL}
fi
install -c -m 555 -o root -g wheel -fschg ${KERNEL} ${DESTDIR}/
-${KERNEL}: ${KERNEL}.debug
- objcopy --strip-debug ${KERNEL}.debug ${KERNEL}
-
.endif
${INSTALL}:
- @if [ ! -f ${FULLKERNEL} ] ; then \
+ @if [ ! -f ${KERNEL} ] ; then \
echo "You must first build your kernel before trying to install." ; \
exit 1 ; \
fi