diff options
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/udapl/libdat/Makefile.com | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/lib/udapl/libdat/Makefile.com b/usr/src/lib/udapl/libdat/Makefile.com index 8694c77788..438198ebde 100644 --- a/usr/src/lib/udapl/libdat/Makefile.com +++ b/usr/src/lib/udapl/libdat/Makefile.com @@ -22,6 +22,8 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2019 Joyent, Inc. +# LIBRARY= libdat.a VERS= .1 @@ -40,19 +42,19 @@ OBJECTS = \ include ../../../Makefile.lib -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc SRCDIR = ../common CPPFLAGS += -I../include CFLAGS += $(CCVERBOSE) -LINTFLAGS += -DDEBUG -LINTFLAGS64 += -DDEBUG -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) CERRWARN += -_gcc=-Wno-type-limits +# false positive +SMOFF += signed + $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG .KEEP_STATE: @@ -61,6 +63,4 @@ all: $(LIBS) debug: all -lint: lintcheck - include ../../../Makefile.targ |