summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-01-28 12:20:57 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-01-28 12:20:57 +0000
commitfebdf8331f009a2064bb41c78913f3f639ccc578 (patch)
tree721266d8b1b6a42eb044e3fdf8f5bdd7fae6a059
parent53dd848c82db579407e9bdc16813caf379a47362 (diff)
Notes
-rw-r--r--sys/pc98/boot/biosboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile
index 68ffbb3ae754..72731da9a5d3 100644
--- a/sys/pc98/boot/biosboot/Makefile
+++ b/sys/pc98/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1997/04/26 04:00:18 kato Exp $
+# $Id: Makefile,v 1.14 1997/06/09 13:44:03 kato Exp $
#
PROG= boot
@@ -95,7 +95,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 ; \