diff options
Diffstat (limited to 'usr/src/lib/print/libpapi-common/Makefile.com')
-rw-r--r-- | usr/src/lib/print/libpapi-common/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/print/libpapi-common/Makefile.com b/usr/src/lib/print/libpapi-common/Makefile.com index 7948a2261e..2f09a330ac 100644 --- a/usr/src/lib/print/libpapi-common/Makefile.com +++ b/usr/src/lib/print/libpapi-common/Makefile.com @@ -22,6 +22,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libpapi-common.a VERS = .0 @@ -43,6 +44,9 @@ CPPFLAGS += -I$(SRCDIR) CERRWARN += -_gcc=-Wno-switch +# not linted +SMATCH=off + MAPFILES = $(SRCDIR)/mapfile LDLIBS += -lc -lsocket -lnsl |