diff options
Diffstat (limited to 'distrib/hppa/ramdisk/list')
-rw-r--r-- | distrib/hppa/ramdisk/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/list b/distrib/hppa/ramdisk/list index fabc71854c5..2654a17407e 100644 --- a/distrib/hppa/ramdisk/list +++ b/distrib/hppa/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.2 2003/01/30 22:09:56 deraadt Exp $ +# $OpenBSD: list,v 1.3 2003/02/13 21:42:45 mickey Exp $ # hppa extra's LINK instbin sbin/disklabel @@ -13,8 +13,9 @@ SYMLINK /tmp var/tmp SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk -# we need the contents of /usr/mdec (but not boot or binstall) +# we need the contents of /usr/mdec (but not boot or mkboot) COPYDIR ${DESTDIR}/usr/mdec usr/mdec +SPECIAL rm -f usr/mdec/boot SPECIAL rm -f usr/mdec/mkboot # various files that we need in /etc for the install |