summaryrefslogtreecommitdiff
path: root/sbin/newfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r--sbin/newfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index 0a8ba331b67..56fd4df2917 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/09/06 07:20:27 mrg Exp $
+# $NetBSD: Makefile,v 1.42 2023/06/03 08:52:55 lukem Exp $
# @(#)Makefile 8.2 (Berkeley) 3/27/94
# when making a change to this file, please check if the change is
@@ -15,6 +15,6 @@ MLINKS= mount_mfs.8 mfs.8
.include "Makefile.common"
-CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
+CWARNFLAGS.gcc+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
.include <bsd.prog.mk>