summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-21 06:53:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-21 06:53:07 +0000
commit1ca5871b12ae9c1da01fe96133f6ca9f368717dd (patch)
tree729f427189d6216472c489a43ea8f58429ed36c4 /distrib
parenta94ac6f671bd0d518e8bf6a0342df4d2ea5167fb (diff)
simplify
Diffstat (limited to 'distrib')
-rw-r--r--distrib/i386/floppies/common/list5
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/i386/floppies/common/list b/distrib/i386/floppies/common/list
index 9ff476b3c44..167cce61cae 100644
--- a/distrib/i386/floppies/common/list
+++ b/distrib/i386/floppies/common/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.26 2002/04/19 23:19:59 deraadt Exp $
+# $OpenBSD: list,v 1.27 2002/04/21 06:53:06 deraadt Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
@@ -53,10 +53,8 @@ SPECIAL /bin/rm instbin
ARGVLINK sh -sh
# copy the MAKEDEV script and make some devices
-#COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${DESTDIR}/dev/MAKEDEV > dev/MAKEDEV
SPECIAL cd dev; sh MAKEDEV ramdisk
-#SPECIAL /bin/rm dev/MAKEDEV
# we need the contents of /usr/mdec
COPY ${DESTDIR}/usr/mdec/biosboot usr/mdec/biosboot
@@ -80,7 +78,6 @@ COPY ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script
# and the common installation tools
COPY ${CURDIR}/../common/termcap.vt usr/share/misc/termcap
-#COPY ${DESTDIR}/usr/share/misc/scsi_modes usr/share/misc/scsi_modes
# and the installation tools
SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../common/dot.profile > .profile