Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sun2/ramdisk Drop IEEE802.11 support from the ramdis...



details:   https://anonhg.NetBSD.org/src/rev/6bd5f6808f8f
branches:  trunk
changeset: 953223:6bd5f6808f8f
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 01 16:50:01 2021 +0000

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

diffstat:

 distrib/sun2/ramdisk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6eef432aaa0b -r 6bd5f6808f8f distrib/sun2/ramdisk/Makefile
--- a/distrib/sun2/ramdisk/Makefile     Mon Mar 01 16:49:07 2021 +0000
+++ b/distrib/sun2/ramdisk/Makefile     Mon Mar 01 16:50:01 2021 +0000
@@ -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 @@
 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 @@
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=       ${DISTRIBDIR}/utils/libhack
+.MAKEFLAGS+=   NOIEEE80211=1
 .include       "${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:  libhack.o
 



Home | Main Index | Thread Index | Old Index