summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2021-02-15 06:59:03 +0000
committerderaadt <deraadt@openbsd.org>2021-02-15 06:59:03 +0000
commitfdd4620d8666d4ce34b7e0fd5ca62ba66f19480c (patch)
treea932fc58cf73fb7df7d09b1cdd6fb0a785cabe4d
parentmove the rearming of the cq after the refill of the rq. (diff)
downloadwireguard-openbsd-fdd4620d8666d4ce34b7e0fd5ca62ba66f19480c.tar.xz
wireguard-openbsd-fdd4620d8666d4ce34b7e0fd5ca62ba66f19480c.zip
Things are too tight. Retaining even those two symbols is too much.
When dealing with install floppies, the Makefiles will need to carry some differences.
-rw-r--r--distrib/i386/ramdisk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/i386/ramdisk/Makefile b/distrib/i386/ramdisk/Makefile
index dd7e960771d..51c1bde245f 100644
--- a/distrib/i386/ramdisk/Makefile
+++ b/distrib/i386/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2021/02/14 17:14:42 semarie Exp $
+# $OpenBSD: Makefile,v 1.15 2021/02/15 06:59:03 deraadt Exp $
FS= floppy${OSrev}.img
FSSIZE= 2880
@@ -35,7 +35,6 @@ MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
bsd.gz: bsd.rd
objcopy -S -R .comment -R .SUNW_ctf \
- -K rd_root_size -K rd_root_image \
bsd.rd bsd.strip
gzip -9cn bsd.strip > bsd.gz