diff options
Diffstat (limited to 'usr/src/lib/sun_sas/Makefile.com')
| -rw-r--r-- | usr/src/lib/sun_sas/Makefile.com | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/lib/sun_sas/Makefile.com b/usr/src/lib/sun_sas/Makefile.com index f6457c7c8e..a4c1ea4b0b 100644 --- a/usr/src/lib/sun_sas/Makefile.com +++ b/usr/src/lib/sun_sas/Makefile.com @@ -22,7 +22,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libsun_sas.a VERS = .1 @@ -84,6 +84,9 @@ CPPFLAGS += -DBUILD_TIME='"Wed Feb 4 12:00:00 2009"' CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-value +# not linted +SMATCH=off + LDLIBS += -ldevinfo LDLIBS += -lsysevent LDLIBS += -lnvpair |
