diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-06 01:28:54 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-06 01:28:54 +0000 |
commit | cba2304c112982babb21604112051b2db3a63861 (patch) | |
tree | 3cf97e64f493a505f4484ca1e147c22b27dba82b | |
parent | ebddaa229249f1d7091af0399583e94d1568c103 (diff) |
Unbreak - use the right MAKEDEV target.
-rw-r--r-- | distrib/alpha/inst-common/list | 4 |
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. |