diff options
author | 2001-11-09 16:27:29 +0000 | |
---|---|---|
committer | 2001-11-09 16:27:29 +0000 | |
commit | 7c27298f8c1e02c4947a3ce4abb00e33bf064db2 (patch) | |
tree | 30520aebc70cd2f3d0b37dd08a0f876e7e22d491 | |
parent | Use bufpool, not malloc. (diff) | |
download | wireguard-openbsd-7c27298f8c1e02c4947a3ce4abb00e33bf064db2.tar.xz wireguard-openbsd-7c27298f8c1e02c4947a3ce4abb00e33bf064db2.zip |
use RAMDISK_CD not RAMDISK for bsd.rd; ok deraadt@ (now that I tested)
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 3 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk_cd/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index fd88926a6fe..078b8879777 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.34 1999/08/06 20:49:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.35 2001/11/09 16:27:29 todd Exp $ .PATH: ${.CURDIR}/../ramdisk RAMDISK=RAMDISK +NOBSDRD=1 .include "${.CURDIR}/../common/Makefile.inc" diff --git a/distrib/i386/floppies/ramdisk_cd/Makefile b/distrib/i386/floppies/ramdisk_cd/Makefile index 0bc4b6d3a0c..6990bdf1f07 100644 --- a/distrib/i386/floppies/ramdisk_cd/Makefile +++ b/distrib/i386/floppies/ramdisk_cd/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 1999/08/07 18:05:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2001/11/09 16:27:29 todd Exp $ .PATH: ${.CURDIR}/../ramdisk RAMDISK=RAMDISK_CD FLOPPYSIZE=288 FLOPPYTYPE=floppy288 XNAME=cdrom -NOBSDRD=1 FLOPPYSECS=36 .include "${.CURDIR}/../common/Makefile.inc" |