diff options
author | msmith <msmith@FreeBSD.org> | 1998-01-27 16:56:43 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-01-27 16:56:43 +0000 |
commit | 0364439db164b5263c8c08bb68d1b7b24c29e2c9 (patch) | |
tree | 0b53fb1e6de7fc7b86fe29a140eeed3d17199a37 /sys/i386/boot/biosboot | |
parent | 23fa2f94de89e09e3e22caed55fd3f2798d803dd (diff) | |
download | FreeBSD-src-0364439db164b5263c8c08bb68d1b7b24c29e2c9.zip FreeBSD-src-0364439db164b5263c8c08bb68d1b7b24c29e2c9.tar.gz |
Symlink bootblocks for 'wfd' disks as well.
Diffstat (limited to 'sys/i386/boot/biosboot')
-rw-r--r-- | sys/i386/boot/biosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index 0c7fd9c..89395ed 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.59 1997/07/31 11:30:30 phk Exp $ +# $Id: Makefile,v 1.60 1997/08/31 06:11:25 phk Exp $ # PROG= boot @@ -92,7 +92,7 @@ install: boot1 ${DESTDIR}${BINDIR}/boot1 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\ boot2 ${DESTDIR}${BINDIR}/boot2 - for i in sd fd wd od vn ; do \ + for i in sd fd wd od vn wfd ; do \ ( cd ${DESTDIR}${BINDIR} ; \ rm -f boot$${i} $${i}boot ; \ ln -s boot1 $${i}boot ; \ |