diff options
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 809e0236ef8..ffbe528c0c3 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.16 2002/05/11 09:54:08 hugh Exp $ +# $OpenBSD: RAMDISK,v 1.17 2002/06/11 09:36:24 hugh Exp $ machine vax # machine type @@ -8,6 +8,8 @@ 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 |