diff options
Diffstat (limited to 'usr/src/cmd/refer/Makefile')
| -rw-r--r-- | usr/src/cmd/refer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/refer/Makefile b/usr/src/cmd/refer/Makefile index 3c2ed48157..a07a51f0ac 100644 --- a/usr/src/cmd/refer/Makefile +++ b/usr/src/cmd/refer/Makefile @@ -23,6 +23,7 @@ # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. include ../Makefile.cmd @@ -50,6 +51,9 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + CLOBBERFILES += $(PROG3) addbib.po := XGETFLAGS += -a -x addbib.xcl |
