Module Name:    src
Committed By:   martin
Date:           Mon Mar  1 16:50:01 UTC 2021

Modified Files:
        src/distrib/sun2/ramdisk: Makefile

Log Message:
Drop IEEE802.11 support from the ramdisk's ifconfig(8)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/distrib/sun2/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sun2/ramdisk/Makefile
diff -u src/distrib/sun2/ramdisk/Makefile:1.25 src/distrib/sun2/ramdisk/Makefile:1.26
--- src/distrib/sun2/ramdisk/Makefile:1.25	Tue Jan 24 18:04:05 2017
+++ src/distrib/sun2/ramdisk/Makefile	Mon Mar  1 16:50:01 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.25 2017/01/24 18:04:05 christos Exp $
+#	$NetBSD: Makefile,v 1.26 2021/03/01 16:50:01 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,7 +9,7 @@ IMAGESIZE=	600k
 MAKEFS_FLAGS+=	-f 15 -o density=2048
 
 WARNS=		1
-DBG=		-Os
+DBG=		-Os -fno-unwind-tables
 
 CRUNCHBIN=	rd_bin
 LISTS=		${.CURDIR}/list
@@ -25,6 +25,7 @@ MDSET_RELEASEDIR=	binary/kernel
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack
+.MAKEFLAGS+=	NOIEEE80211=1
 .include	"${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:	libhack.o
 

Reply via email to