diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-03 21:33:25 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-03 21:33:25 +0000 |
| commit | 6de330fcf99759361c19a994aa7a7501b8b876d2 (patch) | |
| tree | 2a44f004c538d6b9bbcc270cd9eb1b3282e04237 /usr.sbin/sysinst | |
| parent | 13eb6a3078f7a6162b738c348c493b55ee1dbd27 (diff) | |
adapt to ${CC_WNO_STRINGOP_TRUNCATION}
Diffstat (limited to 'usr.sbin/sysinst')
| -rw-r--r-- | usr.sbin/sysinst/arch/mac68k/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/sysinst/arch/mac68k/Makefile b/usr.sbin/sysinst/arch/mac68k/Makefile index 444205fb031..a8b98e113ab 100644 --- a/usr.sbin/sysinst/arch/mac68k/Makefile +++ b/usr.sbin/sysinst/arch/mac68k/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/08/10 06:54:45 rin Exp $ +# $NetBSD: Makefile,v 1.4 2023/06/03 21:33:25 lukem Exp $ # # Makefile for mac68k # @@ -13,7 +13,6 @@ NO_GPT= yes NO_MBR= yes .endif -# XXX -COPTS.md.c= -Wno-stringop-truncation +COPTS.md.c= ${CC_WNO_STRINGOP_TRUNCATION} .include "../../Makefile.inc" |
