diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-02-14 13:56:15 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-02-14 13:56:15 +0000 |
| commit | ad5ebf3fbaa40b4de6b2e68360e0283c49f829ca (patch) | |
| tree | e06391a8c911ef45896a6dd991acb15216fb33e1 /sys/alpha | |
| parent | 3876b6923827c24ccfb5b306da6555e12a1ba6b7 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 6ffa507a03b6..e2ccd567c7cd 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.16 1999/01/09 21:50:59 jdp Exp $ +# $Id: Makefile.alpha,v 1.17 1999/02/02 18:34:23 dfr Exp $ # # Makefile for FreeBSD # @@ -251,7 +251,7 @@ install: exit 1 ; \ fi .if exists(${DESTDIR}/kernel) - chflags noschg ${DESTDIR}/kernel + -chflags noschg ${DESTDIR}/kernel mv ${DESTDIR}/kernel ${DESTDIR}/kernel.old .endif PATH=$${PATH}:/sbin:/usr/sbin; \ |
