diff options
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index ffbe528c0c3..290db4347ef 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 2002/06/11 09:36:24 hugh Exp $ +# $OpenBSD: RAMDISK,v 1.18 2002/06/11 09:40:32 hugh Exp $ machine vax # machine type @@ -8,8 +8,6 @@ makeoptions COPTS="-O2" option RAMDISK_HOOKS option MINIROOTSIZE=3072 -option COMPAT_VAX1K - # Here are all different supported CPU types listed. # One of these is required. #option VAX8600 |