summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdhcpagent/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdhcpagent/Makefile.com')
-rw-r--r--usr/src/lib/libdhcpagent/Makefile.com6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/lib/libdhcpagent/Makefile.com b/usr/src/lib/libdhcpagent/Makefile.com
index c01532cac2..c62f6c26c2 100644
--- a/usr/src/lib/libdhcpagent/Makefile.com
+++ b/usr/src/lib/libdhcpagent/Makefile.com
@@ -22,6 +22,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
LIBRARY = libdhcpagent.a
VERS = .1
@@ -39,9 +40,12 @@ LDLIBS += -lc -lsocket -ldhcputil -luuid -ldlpi -lcontract
SRCDIR = ../common
$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
-CFLAGS += $(CCVERBOSE)
+CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-type-limits
+# needs work
+SMOFF += allocating_enough_data
+
.KEEP_STATE:
all: $(LIBS)