diff options
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 0253ae344292..123763f3d674 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.18 1999/02/14 13:56:15 des Exp $ +# $Id: Makefile.alpha,v 1.19 1999/04/07 09:27:59 grog Exp $ # # Makefile for FreeBSD # @@ -260,13 +260,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 |
