summaryrefslogtreecommitdiff
path: root/distrib/vax
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-15 01:06:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-15 01:06:22 +0000
commit617405aa2dac48eae04187a3004ac5840d4b27e4 (patch)
treef3262fc98d93cd07f20cbe44ae767db423738ebf /distrib/vax
parent648e6b7fa37914996829fbe855f5cec71580831a (diff)
vax support, bit hackish, will do for now; input from hugh
Diffstat (limited to 'distrib/vax')
-rw-r--r--distrib/vax/ramdisk/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/vax/ramdisk/Makefile.inc b/distrib/vax/ramdisk/Makefile.inc
index ecaa076c895..8135b7d7e6b 100644
--- a/distrib/vax/ramdisk/Makefile.inc
+++ b/distrib/vax/ramdisk/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 2001/02/24 10:55:03 hugh Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2002/02/15 01:06:21 deraadt Exp $
IMAGESIZE= 4352
GZIP?= gzip
@@ -11,5 +11,6 @@ RAWLABEL=
#NEWFSOPTS_RD= -t ffs -m 0 -o space -f 1024 -i 16384 -c 4 -s 8192
HOSTCCFLAGS= -DDEBUG -O0
#HOSTCCFLAGS= -DBROKEN_NMAGIC -DDEBUG
-BOOT= ${DESTDIR}/boot
BOOTXX= ${DESTDIR}/usr/mdec/sdboot
+INSTALLBOOT= @true -- # totally incredible
+NEWFSOPTS_RD= ${NEWFSOPTS} -i 4096 -c 64 -s ${IMAGESIZE}