diff options
| author | John Levon <john.levon@joyent.com> | 2018-12-17 23:44:05 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2019-01-14 19:06:48 +0000 |
| commit | 5661bb7641e85c46713da7a3002b29ecd2c3daf0 (patch) | |
| tree | e0d0a4ec2e103c5c62feb664509414cd03f9f24e /usr/src/cmd/rpcsvc | |
| parent | 05ede3db5e3b7d540afbccdc872c735770e82ef3 (diff) | |
| download | illumos-joyent-5661bb7641e85c46713da7a3002b29ecd2c3daf0.tar.gz | |
10080 smatch Makefile changes for usr/src/cmd
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/rpcsvc')
| -rw-r--r-- | usr/src/cmd/rpcsvc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/cmd/rpcsvc/Makefile b/usr/src/cmd/rpcsvc/Makefile index fb78120a07..3f306e0142 100644 --- a/usr/src/cmd/rpcsvc/Makefile +++ b/usr/src/cmd/rpcsvc/Makefile @@ -22,8 +22,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# -# cmd/rpcsvc/Makefile +# Copyright (c) 2018, Joyent, Inc. PROTOCOL_DIR= $(ROOT)/usr/include/rpcsvc @@ -64,6 +63,10 @@ CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-extra CERRWARN += -_gcc=-Wno-unused-function + +# not linted +SMATCH=off + LDLIBS += -lnsl rusers := CFLAGS += $(CCVERBOSE) $(BINPROG) := LDLIBS += -lrpcsvc |
