summaryrefslogtreecommitdiff
path: root/usr/src/cmd/syslogd/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/syslogd/Makefile.com')
-rw-r--r--usr/src/cmd/syslogd/Makefile.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/cmd/syslogd/Makefile.com b/usr/src/cmd/syslogd/Makefile.com
index 93b2a94dd4..0898493b3d 100644
--- a/usr/src/cmd/syslogd/Makefile.com
+++ b/usr/src/cmd/syslogd/Makefile.com
@@ -21,6 +21,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
PROG= syslogd
ROTATESCRIPT= newsyslog
@@ -35,6 +36,10 @@ include ../../Makefile.cmd
$(PROG) lint := LDLIBS += -lscf -lnsl
CERRWARN += -_gcc=-Wno-uninitialized
+
+# not linted
+SMATCH=off
+
CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
CFLAGS += -DNDEBUG