summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2022-08-24 19:36:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2022-08-24 19:36:06 +0000
commitac0052cf3a7d22c525897bddd0b1d4935fb4f00a (patch)
tree159658de9f8447719e7378955f3f2cf42d3a73c9
parentb124f57569bde135eb73cee58ef29b1647d7386f (diff)
Build libsa with NO_NET as we don't need any of the network-related code in it.
-rw-r--r--sys/arch/landisk/stand/boot/Makefile3
-rw-r--r--sys/arch/landisk/stand/xxboot/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/landisk/stand/boot/Makefile b/sys/arch/landisk/stand/boot/Makefile
index 4f0d884f611..5526dd4984c 100644
--- a/sys/arch/landisk/stand/boot/Makefile
+++ b/sys/arch/landisk/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2022/08/24 17:36:19 miod Exp $
+# $OpenBSD: Makefile,v 1.18 2022/08/24 19:36:05 miod Exp $
MAN= boot.8
@@ -29,6 +29,7 @@ SRCS+= hexdump.c strtoll.c
SRCS+= getchar.c putchar.c strlen.c strlcpy.c
SRCS+= ashldi3.c ashrdi3.c moddi3.c sdivsi3.S udivsi3.S
+NO_NET=
SAREL=
SA_ZLIB=
USE_LOADFILE=
diff --git a/sys/arch/landisk/stand/xxboot/Makefile b/sys/arch/landisk/stand/xxboot/Makefile
index d0dd2eb5195..45e8b502a5a 100644
--- a/sys/arch/landisk/stand/xxboot/Makefile
+++ b/sys/arch/landisk/stand/xxboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2022/08/24 17:36:19 miod Exp $
+# $OpenBSD: Makefile,v 1.13 2022/08/24 19:36:05 miod Exp $
MAN= xxboot.8
@@ -22,6 +22,7 @@ AFLAGS+= -fno-pie
OBJCOPY?=objcopy
S= ${.CURDIR}/../../../..
+NO_NET=
SAREL=
.include "${S}/lib/libsa/Makefile.inc"
DPADD+= $(SALIB)