diff options
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 1009ad1804c..5513698e6d0 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.26 2001/12/17 00:41:51 krw Exp $ +# $OpenBSD: list,v 1.27 2002/02/09 17:02:13 deraadt Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -51,7 +51,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 ramdisk # we need the contents of /usr/mdec (XXX) COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif |