Print this page
10063 basic support for smatch
10153 checkpaths shouldn't check packaging exceptions
@@ -18,17 +18,14 @@
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
-#ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# cmd/ipcs/Makefile
-#
+# Copyright (c) 2018, Joyent, Inc.
PROG= ipcs
XPG4PROG= $(PROG)
include ../Makefile.cmd
@@ -35,10 +32,13 @@
LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
CFLAGS += $(CCVERBOSE)
LDLIBS += -lproject
+# main() too hairy
+SMATCH = off
+
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTXPG4PROG)