diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-09 17:02:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-09 17:02:15 +0000 |
commit | dec5737d95cb94e97d65605f98a70fe5f3cbc58d (patch) | |
tree | 727f6cfe971c6c86985d03d937cec62bbd87ec6c /distrib/vax | |
parent | d0a6f523f03c177cf0bc56febb97740b3efcecdd (diff) |
use "ramdisk" MAKEDEV target always
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/inst-common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/inst-common/list b/distrib/vax/inst-common/list index 4706a0a1fc2..10bde92bdc8 100644 --- a/distrib/vax/inst-common/list +++ b/distrib/vax/inst-common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.10 2001/09/17 19:10:41 deraadt Exp $ +# $OpenBSD: list,v 1.11 2002/02/09 17:02:14 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -49,7 +49,7 @@ SPECIAL /bin/rm instbin # 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/* usr/mdec |