diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-01-28 21:46:39 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-01-28 21:46:39 +0000 |
commit | 2d06f575b73ce9b8079c4b1dfcc266b4520bf2b7 (patch) | |
tree | 87f14a75c8de5652506a955a482e2b3a299b6b7f /distrib/i386/ramdisk_cd | |
parent | 85d00c1a60b0d9739644841282229d10b20a72e8 (diff) |
Now that installboot is geometry-independent, FLOPPYSECS is not
required when making release.
requested by and ok deraadt@
Diffstat (limited to 'distrib/i386/ramdisk_cd')
-rw-r--r-- | distrib/i386/ramdisk_cd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/i386/ramdisk_cd/Makefile b/distrib/i386/ramdisk_cd/Makefile index 4dfc4e1ac63..9cf8ffc8fe5 100644 --- a/distrib/i386/ramdisk_cd/Makefile +++ b/distrib/i386/ramdisk_cd/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2002/04/30 03:23:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2004/01/28 21:46:38 tom Exp $ .PATH: ${.CURDIR}/../ramdisk RAMDISK=RAMDISK_CD FLOPPYSIZE=288 FLOPPYTYPE=floppy288 XNAME=cdrom -FLOPPYSECS=36 .include "${.CURDIR}/../common/Makefile.inc" |