aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-02-03 21:12:27 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-02-03 21:12:27 +0000
commit017ef5fdc22eb6b3693ad00f1e7e0c22884ee7e0 (patch)
tree08f20edcde627bf9b3a76446796fb8af0bdc09b3 /sys
parentc5dba3fbf7ac8f5de12e1063c49338839dcddda9 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/biosboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 0dd7d4c7ecf7d..bb3ae7851d769 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.35 1996/01/06 23:37:10 joerg Exp $
+# $Id: Makefile,v 1.36 1996/01/21 11:30:11 joerg Exp $
#
PROG= boot
@@ -71,7 +71,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 ; do \
+ for i in sd fd wd od vn ; do \
( cd ${DESTDIR}${BINDIR} ; \
rm -f boot$${i} $${i}boot ; \
ln -s boot1 $${i}boot ; \