diff options
Diffstat (limited to 'usr/src/cmd/svr4pkg/libinst/Makefile')
| -rw-r--r-- | usr/src/cmd/svr4pkg/libinst/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/svr4pkg/libinst/Makefile b/usr/src/cmd/svr4pkg/libinst/Makefile index 3da766690a..9abf6ebd7a 100644 --- a/usr/src/cmd/svr4pkg/libinst/Makefile +++ b/usr/src/cmd/svr4pkg/libinst/Makefile @@ -24,6 +24,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. PROG= libinst.a @@ -68,6 +69,9 @@ CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-clobbered CERRWARN += -_gcc=-Wno-unused-variable +# too many issues +SMATCH=off + .KEEP_STATE: all: $(PROG) |
