diff options
Diffstat (limited to 'usr/src/lib/libima/Makefile.com')
-rw-r--r-- | usr/src/lib/libima/Makefile.com | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/lib/libima/Makefile.com b/usr/src/lib/libima/Makefile.com index 7e2b2eaa16..20dad2beed 100644 --- a/usr/src/lib/libima/Makefile.com +++ b/usr/src/lib/libima/Makefile.com @@ -35,7 +35,7 @@ include ../../Makefile.lib IETCFILES= $(CONFIGFILE:%=$(ROOTETC)/%) IETCFILES:= FILEMODE= 644 -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc CFLAGS += -mt @@ -55,11 +55,8 @@ CERRWARN += -_gcc=-Wno-unused-variable # not linted SMATCH=off -LINTFLAGS += -DSOLARIS -LINTFLAGS64 += -DSOLARIS SRCDIR = ../common -$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) $(ROOTETC)/%: ../common/% $(INS.file) @@ -68,7 +65,4 @@ $(ROOTETC)/%: ../common/% all: $(LIBS) $(IETCFILES) -lint: - @echo "This section is not required to be lint clean" - include ../../Makefile.targ |