diff options
Diffstat (limited to 'usr/src/cmd/print/bsd-sysv-commands/Makefile')
| -rw-r--r-- | usr/src/cmd/print/bsd-sysv-commands/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/cmd/print/bsd-sysv-commands/Makefile b/usr/src/cmd/print/bsd-sysv-commands/Makefile index ee6131c805..cb71a89a43 100644 --- a/usr/src/cmd/print/bsd-sysv-commands/Makefile +++ b/usr/src/cmd/print/bsd-sysv-commands/Makefile @@ -22,7 +22,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# +# Copyright (c) 2018, Joyent, Inc. include ../Makefile.sp @@ -67,6 +67,9 @@ in.lpd:= LDLIBS += -lnsl -lsocket CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + all: $(BINPROGS) $(SBINPROGS) # each program needs common.o as well |
