diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-17 00:28:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-17 00:28:22 +0000 |
commit | d67cf536981fe324152c9f4f89119b8b3a7b383d (patch) | |
tree | 0c088c5d3f1bd77f9db06173cd83167cff96d380 /distrib/sparc/ramdisk/Makefile.inc | |
parent | 81f9f199b5e2a6741e5a9a68d39dd00dadaa4e18 (diff) |
Stop using disklabel -r. The disklabel code does not know all the semantics
for pushing disklabels onto the disk (and besides that, it is buggy and
unreadable crap); thanks for help from krw
Diffstat (limited to 'distrib/sparc/ramdisk/Makefile.inc')
-rw-r--r-- | distrib/sparc/ramdisk/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/sparc/ramdisk/Makefile.inc b/distrib/sparc/ramdisk/Makefile.inc index 105beee4391..171e088c82f 100644 --- a/distrib/sparc/ramdisk/Makefile.inc +++ b/distrib/sparc/ramdisk/Makefile.inc @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.16 2007/04/09 14:55:11 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.17 2007/06/17 00:28:21 deraadt Exp $ IMAGESIZE?= 4352 GZIPCMD?= gzip GZIPFLAGS?= -9nv GZIPEXT?= .gz MAKEFLOPPY= 1 -RAWLABEL= BOOT= ${DESTDIR}/usr/mdec/boot INSTALLBOOT= ${DESTDIR}/usr/mdec/installboot |