diff options
-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. |