summaryrefslogtreecommitdiff
path: root/distrib/sparc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-01 01:45:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-01 01:45:53 +0000
commitb60a9ec831a09f0eb19935b1d8ef77d18d68b231 (patch)
treee825700fdd2266b3f784daf480ac5a31196b5865 /distrib/sparc
parente05fa52773641258f4943cae918c3d8bebf9e228 (diff)
do not put a dynamic installboot on the miniroot
Diffstat (limited to 'distrib/sparc')
-rw-r--r--distrib/sparc/miniroot/list3
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc/miniroot/list b/distrib/sparc/miniroot/list
index f63b0559ed9..549eb9b371d 100644
--- a/distrib/sparc/miniroot/list
+++ b/distrib/sparc/miniroot/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.11 1998/12/20 23:36:42 millert Exp $
+# $OpenBSD: list,v 1.12 1999/10/01 01:45:52 deraadt Exp $
# $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $
# Sparc extra's
@@ -34,6 +34,7 @@ SPECIAL cd dev; sh MAKEDEV all
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
+SPECIAL rm -f usr/mdec/binstall usr/mdec/installboot
# and a few useful bits of the termcap file (512K and still growing 8-)
SPECIAL tic -C ${CURDIR}/../../share/termtypes/termtypes.master | sed -n -e 's,/usr/share/lib/tabset,/usr/share/tabset,g' -e 's,/usr/lib/tabset,/usr/share/tabset,g' -e '/^dumb|/,/:[ ]*$/p' -e '/^unknown|/,/:[ ]*$/p' -e '/^sun.*|/,/:[ ]*$/p' -e '/^vt.*|/,/:[ ]*$/p' -e '/^pc3|/,/:[ ]*$/p' -e '/^pcvt.*|/,/:[ ]*$/p' > usr/share/misc/termcap