diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-11 09:40:33 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-11 09:40:33 +0000 |
commit | 481827fe7f9163817de567f1512e5de0b4a67f50 (patch) | |
tree | dbf4b11c57d92ef42e7905e3ab6782950bda73c5 /sys/arch/vax/conf | |
parent | 10ca5e5818bb80e596db244327a2663b6703bb18 (diff) |
Oops, no need for 1k lpgsz support on the ramdisk.
Diffstat (limited to 'sys/arch/vax/conf')
-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 |