diff options
Diffstat (limited to 'usr/src/lib/libsysevent/Makefile.com')
| -rw-r--r-- | usr/src/lib/libsysevent/Makefile.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libsysevent/Makefile.com b/usr/src/lib/libsysevent/Makefile.com index dcb6517a0d..a1f97796c2 100644 --- a/usr/src/lib/libsysevent/Makefile.com +++ b/usr/src/lib/libsysevent/Makefile.com @@ -22,8 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY= libsysevent.a @@ -44,6 +43,9 @@ CPPFLAGS += -D_REENTRANT -I.. CFLAGS += $(CCVERBOSE) LDLIBS += -lnvpair -lc +# not linted +SMATCH=off + $(LINTLIB) := SRCS = ../llib-lsysevent .KEEP_STATE: |
