diff options
Diffstat (limited to 'usr/src/lib/libbsm/Makefile.com')
| -rw-r--r-- | usr/src/lib/libbsm/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libbsm/Makefile.com b/usr/src/lib/libbsm/Makefile.com index 0d5bc4976d..86449984c6 100644 --- a/usr/src/lib/libbsm/Makefile.com +++ b/usr/src/lib/libbsm/Makefile.com @@ -21,6 +21,7 @@ # # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. # +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libbsm.a VERS = .1 @@ -88,6 +89,9 @@ LDLIBS += -lsocket -lnsl -lmd -lc -lsecdb -ltsol -linetutil -lscf CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + COMDIR= ../common AUDITD= $(SRC)/cmd/auditd |
