diff options
Diffstat (limited to 'usr/src/cmd/svr4pkg/Makefile.svr4pkg')
| -rw-r--r-- | usr/src/cmd/svr4pkg/Makefile.svr4pkg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/svr4pkg/Makefile.svr4pkg b/usr/src/cmd/svr4pkg/Makefile.svr4pkg index fc343556fc..ff43ccf865 100644 --- a/usr/src/cmd/svr4pkg/Makefile.svr4pkg +++ b/usr/src/cmd/svr4pkg/Makefile.svr4pkg @@ -24,6 +24,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. include $(SRC)/cmd/Makefile.cmd @@ -38,6 +39,9 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-address +# multiple issues in this old code +SMATCH=off + LIBINST = $(SRC)/cmd/svr4pkg/libinst/libinst.a SRCS= $(OBJS:.o=.c) |
