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/alpha | |
parent | 7ab0df203fb0b99b2e441beecfe5a5800d0e6d8a (diff) |
MB == megabytes, Mb == megabits
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/simpleroot/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/simpleroot/Makefile.inc b/distrib/alpha/simpleroot/Makefile.inc index b3755439921..0b9ad002a27 100644 --- a/distrib/alpha/simpleroot/Makefile.inc +++ b/distrib/alpha/simpleroot/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.4 1997/05/07 12:40:50 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2001/09/04 22:25:02 deraadt Exp $ -IMAGESIZE?= 65536 # 32Mb in 512 byte blocks +IMAGESIZE?= 65536 # 32MB in 512 byte blocks BOOT_INSTALLBOOT?= /usr/mdec/bootxx GZIP?= cat GZIPFLAGS?= |