diff options
Diffstat (limited to 'usr/src/lib/librestart/Makefile.com')
-rw-r--r-- | usr/src/lib/librestart/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/librestart/Makefile.com b/usr/src/lib/librestart/Makefile.com index 7f2ef884aa..f2a0fc8965 100644 --- a/usr/src/lib/librestart/Makefile.com +++ b/usr/src/lib/librestart/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 = librestart.a VERS = .1 @@ -42,6 +43,9 @@ CFLAGS += $(CCVERBOSE) -Wp,$(CSTD_GNU99) CPPFLAGS += +# not linted +SMATCH=off + .KEEP_STATE: all: |