Module Name: src Committed By: rin Date: Sat Jun 29 08:02:06 UTC 2024
Modified Files: src/sys/arch/arc/stand/boot: Makefile Removed Files: src/sys/arch/arc/stand/boot: getopt.c Log Message: arc: stand: Switch to libsa/getopt, NFCI To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arc/stand/boot/Makefile cvs rdiff -u -r1.3 -r0 src/sys/arch/arc/stand/boot/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/arc/stand/boot/Makefile diff -u src/sys/arch/arc/stand/boot/Makefile:1.18 src/sys/arch/arc/stand/boot/Makefile:1.19 --- src/sys/arch/arc/stand/boot/Makefile:1.18 Wed Jun 3 11:33:38 2020 +++ src/sys/arch/arc/stand/boot/Makefile Sat Jun 29 08:02:06 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/06/03 11:33:38 tsutsui Exp $ +# $NetBSD: Makefile,v 1.19 2024/06/29 08:02:06 rin Exp $ .include <bsd.init.mk> @@ -14,7 +14,7 @@ NETBSD_VERS!= ${HOST_SH} ${S}/conf/osrel .PATH: ${S}/dev/arcbios SRCS= start.S arcbios_calls.S -SRCS+= boot.c bootinfo.c conf.c devopen.c disk.c getchar.c getopt.c putchar.c +SRCS+= boot.c bootinfo.c conf.c devopen.c disk.c getchar.c putchar.c .include "${S}/dev/arcbios/Makefile.inc"