diff options
Diffstat (limited to 'usr/src/cmd/fs.d/nfs/rp_basic/Makefile.com')
-rw-r--r-- | usr/src/cmd/fs.d/nfs/rp_basic/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/fs.d/nfs/rp_basic/Makefile.com b/usr/src/cmd/fs.d/nfs/rp_basic/Makefile.com index 85567a3537..282067be42 100644 --- a/usr/src/cmd/fs.d/nfs/rp_basic/Makefile.com +++ b/usr/src/cmd/fs.d/nfs/rp_basic/Makefile.com @@ -21,6 +21,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. LIBRARY = libnfs_basic.a VERS = .1 @@ -44,6 +45,9 @@ LDLIBS += -lc -lnsl CFLAGS += $(CCVERBOSE) CPPFLAGS += -D_REENTRANT -I$(SRC)/cmd/fs.d/nfs/lib +# not linted +SMATCH=off + .KEEP_STATE: all: $(LIBS) |