diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-04 22:25:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-04 22:25:03 +0000 |
commit | 7d4aab678eacab21b800afea7b9fe08688f2e425 (patch) | |
tree | cfe49fc022ebded7df8c5230f5b153db4775a849 /distrib/sun3/ramdisk | |
parent | 7ab0df203fb0b99b2e441beecfe5a5800d0e6d8a (diff) |
MB == megabytes, Mb == megabits
Diffstat (limited to 'distrib/sun3/ramdisk')
-rw-r--r-- | distrib/sun3/ramdisk/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sun3/ramdisk/Makefile.inc b/distrib/sun3/ramdisk/Makefile.inc index 7965171edca..e7d080dc2a6 100644 --- a/distrib/sun3/ramdisk/Makefile.inc +++ b/distrib/sun3/ramdisk/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 2000/06/20 21:29:34 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2001/09/04 22:25:02 deraadt Exp $ -IMAGESIZE?= 3000 # 1.5Mb & change in 512 byte blocks +IMAGESIZE?= 3000 # 1.5MB & change in 512 byte blocks GZIP?= gzip GZIPFLAGS?= -9v GZIPEXT?= .gz |