From fe2a064a15d3b002932c38f33b90bda74bc315d3 Mon Sep 17 00:00:00 2001 From: miod Date: Wed, 24 Aug 2022 19:36:05 +0000 Subject: [PATCH] Build libsa with NO_NET as we don't need any of the network-related code in it. --- sys/arch/landisk/stand/boot/Makefile | 3 ++- sys/arch/landisk/stand/xxboot/Makefile | 3 ++- 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) -- 2.20.1