summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mfiutil
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-01-05 21:03:49 +0000
committerdim <dim@FreeBSD.org>2014-01-05 21:03:49 +0000
commit3c9bc33d22e5a91db618a04de190a08403ef2833 (patch)
tree46d53bcdc43359c7af392a81316a0d8af7a56eac /usr.sbin/mfiutil
parent1b0fae4d63d88b92e5d27f2f09dbac1c90286ac4 (diff)
downloadFreeBSD-src-3c9bc33d22e5a91db618a04de190a08403ef2833.zip
FreeBSD-src-3c9bc33d22e5a91db618a04de190a08403ef2833.tar.gz
Split the last gcc-specific flags off into CFLAGS.gcc. This also
removes the need to use -Qunused-arguments for clang throughout the tree. MFC after: 3 days
Diffstat (limited to 'usr.sbin/mfiutil')
-rw-r--r--usr.sbin/mfiutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mfiutil/Makefile b/usr.sbin/mfiutil/Makefile
index 014bfbf..4fe6f03 100644
--- a/usr.sbin/mfiutil/Makefile
+++ b/usr.sbin/mfiutil/Makefile
@@ -6,7 +6,7 @@ SRCS= mfiutil.c mfi_bbu.c mfi_cmd.c mfi_config.c mfi_drive.c mfi_evt.c \
mfi_properties.c
MAN8= mfiutil.8
-CFLAGS+= -fno-builtin-strftime
+CFLAGS.gcc+= -fno-builtin-strftime
DPADD= ${LIBUTIL}
LDADD= -lutil
OpenPOWER on IntegriCloud