diff options
Diffstat (limited to 'usr/src/cmd/news/Makefile')
| -rw-r--r-- | usr/src/cmd/news/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/news/Makefile b/usr/src/cmd/news/Makefile index 214ae487bd..0d7fcbd64f 100644 --- a/usr/src/cmd/news/Makefile +++ b/usr/src/cmd/news/Makefile @@ -21,6 +21,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. PROG= news @@ -32,6 +33,9 @@ DIRS= $(VARNEWSD) CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-parentheses +# not linted +SMATCH=off + .KEEP_STATE: all: $(PROG) |
