diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-02-24 10:55:04 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-02-24 10:55:04 +0000 |
commit | 5f2ff577d31a77c6725f129a71267929a7cc18a2 (patch) | |
tree | 20f52fd30d7f5aed71d1e964bbe17da5205c8171 /distrib/vax/ramdisk/Makefile.inc | |
parent | ad0464385faad1dc077c1e281ef84f06217f0504 (diff) |
Get this stuff closer to woriking in-tree.
Diffstat (limited to 'distrib/vax/ramdisk/Makefile.inc')
-rw-r--r-- | distrib/vax/ramdisk/Makefile.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/distrib/vax/ramdisk/Makefile.inc b/distrib/vax/ramdisk/Makefile.inc new file mode 100644 index 00000000000..ecaa076c895 --- /dev/null +++ b/distrib/vax/ramdisk/Makefile.inc @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile.inc,v 1.1 2001/02/24 10:55:03 hugh Exp $ + +IMAGESIZE= 4352 +GZIP?= gzip +GZIPFLAGS?= -9v +GZIPEXT?= .gz +MAKEFLOPPY= 1 +RAWLABEL= +#STRIP= echo +#NEWFS_WILL_FAIL= true +#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 |