summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsun_ima
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsun_ima')
-rw-r--r--usr/src/lib/libsun_ima/Makefile3
-rw-r--r--usr/src/lib/libsun_ima/Makefile.com4
-rw-r--r--usr/src/lib/libsun_ima/i386/Makefile2
-rw-r--r--usr/src/lib/libsun_ima/sparc/Makefile2
4 files changed, 4 insertions, 7 deletions
diff --git a/usr/src/lib/libsun_ima/Makefile b/usr/src/lib/libsun_ima/Makefile
index 31deac7b73..b960f62702 100644
--- a/usr/src/lib/libsun_ima/Makefile
+++ b/usr/src/lib/libsun_ima/Makefile
@@ -34,11 +34,10 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
install_h: $(ROOTHDRS)
diff --git a/usr/src/lib/libsun_ima/Makefile.com b/usr/src/lib/libsun_ima/Makefile.com
index f23c75c7b0..2070459bcf 100644
--- a/usr/src/lib/libsun_ima/Makefile.com
+++ b/usr/src/lib/libsun_ima/Makefile.com
@@ -34,11 +34,10 @@ OBJECTS = $(LOCOBJS) $(COMOBJS)
include ../../Makefile.lib
SRCS = ../common/ima.c $(SRC)/common/iscsi/utils.c
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
SRCDIR = ../common
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc
LDLIBS += -lnsl
LDLIBS += -ldevinfo
@@ -60,7 +59,6 @@ CPPFLAGS += -DSOLARIS
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libsun_ima/i386/Makefile b/usr/src/lib/libsun_ima/i386/Makefile
index 95a52ca13f..4f51c80a6e 100644
--- a/usr/src/lib/libsun_ima/i386/Makefile
+++ b/usr/src/lib/libsun_ima/i386/Makefile
@@ -28,4 +28,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libsun_ima/sparc/Makefile b/usr/src/lib/libsun_ima/sparc/Makefile
index a6f8f0ca91..dcc1b7a2e6 100644
--- a/usr/src/lib/libsun_ima/sparc/Makefile
+++ b/usr/src/lib/libsun_ima/sparc/Makefile
@@ -27,4 +27,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)