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/tcpd | |
| 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/tcpd')
| -rw-r--r-- | usr/src/cmd/tcpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/tcpd/Makefile b/usr/src/cmd/tcpd/Makefile index ec4d3c4876..1697a5e325 100644 --- a/usr/src/cmd/tcpd/Makefile +++ b/usr/src/cmd/tcpd/Makefile @@ -4,6 +4,7 @@ # # Copyright 2011 Nexenta Systems, Inc. All rights reserved. # +# Copyright (c) 2018, Joyent, Inc. PROG= safe_finger tcpd tcpdchk tcpdmatch try-from @@ -29,6 +30,9 @@ CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-return-type CERRWARN += -_gcc=-Wno-clobbered +# not linted +SMATCH=off + # Various components must export interfaces, but also contain name-space # clashes with system libraries. MAPFILE.INT.D= $(MAPFILE.NGB) mapfile-intf-tcpdchk |
