Module Name: src
Committed By: rin
Date: Sat Jun 29 08:05:14 UTC 2024
Modified Files:
src/sys/arch/i386/stand/dosboot: Makefile
Removed Files:
src/sys/arch/i386/stand/libsa: getopt.c
Log Message:
i386: stand: Switch to libsa/getopt, NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/i386/stand/dosboot/Makefile
cvs rdiff -u -r1.5 -r0 src/sys/arch/i386/stand/libsa/getopt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/dosboot/Makefile
diff -u src/sys/arch/i386/stand/dosboot/Makefile:1.36 src/sys/arch/i386/stand/dosboot/Makefile:1.37
--- src/sys/arch/i386/stand/dosboot/Makefile:1.36 Mon Nov 6 07:09:08 2023
+++ src/sys/arch/i386/stand/dosboot/Makefile Sat Jun 29 08:05:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2023/11/06 07:09:08 rin Exp $
+# $NetBSD: Makefile,v 1.37 2024/06/29 08:05:13 rin Exp $
S= ${.CURDIR}/../../../..
@@ -21,8 +21,6 @@ CPPFLAGS+= -DNO_MULTIBOOT2 # keep the bi
#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main
-# XXX should go into library
-SRCS+= getopt.c
.PATH: ${.CURDIR}/../libsa
# XXX these should depend on the size of the image