summaryrefslogtreecommitdiff
path: root/usr/src/cmd/syseventd/modules
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2019-07-24 13:20:02 -0700
committerJohn Levon <john.levon@joyent.com>2019-08-12 08:25:47 -0700
commitefe51d0cc2398b9ac179568b63a44e4bf295b8e2 (patch)
tree7cfc305912bf3c9efe1a234885b96678a89af2a5 /usr/src/cmd/syseventd/modules
parentcc7e66e6be0e280179bd43f44f08e442d9839a8f (diff)
downloadillumos-joyent-efe51d0cc2398b9ac179568b63a44e4bf295b8e2.tar.gz
11506 smatch resync
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/syseventd/modules')
-rw-r--r--usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile b/usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile
index 377c91df68..94cba19b73 100644
--- a/usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile
+++ b/usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile
@@ -22,6 +22,8 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright 2019 Joyent, Inc.
+#
LIBRARY = sysevent_conf_mod
@@ -32,11 +34,14 @@ CPPFLAGS += -I ../../daemons/syseventconfd
CERRWARN += -_gcc=-Wno-uninitialized
+# strange smatch false positive
+SMOFF += allocating_enough_data
+
.KEEP_STATE:
all: $(DYNLIB)
-install: all \
+install: all \
$(ROOTLIBSYSEVENTDIR) \
$(ROOTLIBDIR) \
$(ROOTLIBS)