summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-06 01:28:54 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-06 01:28:54 +0000
commitcba2304c112982babb21604112051b2db3a63861 (patch)
tree3cf97e64f493a505f4484ca1e147c22b27dba82b
parentebddaa229249f1d7091af0399583e94d1568c103 (diff)
Unbreak - use the right MAKEDEV target.
-rw-r--r--distrib/alpha/inst-common/list4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/inst-common/list b/distrib/alpha/inst-common/list
index 8178f43ae93..c05e76345f5 100644
--- a/distrib/alpha/inst-common/list
+++ b/distrib/alpha/inst-common/list
@@ -1,5 +1,5 @@
#
-# $OpenBSD: list,v 1.18 2001/09/26 21:06:42 drahn Exp $
+# $OpenBSD: list,v 1.19 2002/02/06 01:28:53 art Exp $
#
# copy the crunched binary, link to it, and kill it
@@ -53,7 +53,7 @@ SPECIAL /bin/rm raminst
# copy the MAKEDEV script and make some devices
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
-SPECIAL cd dev; sh MAKEDEV raminst
+SPECIAL cd dev; sh MAKEDEV floppy
SPECIAL rm dev/MAKEDEV
# we need the contents of /usr/mdec XXX - no it's not necessary and won't fit.