summaryrefslogtreecommitdiff
path: root/usr/src/lib/hbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/hbaapi')
-rw-r--r--usr/src/lib/hbaapi/Makefile3
-rw-r--r--usr/src/lib/hbaapi/Makefile.com8
-rw-r--r--usr/src/lib/hbaapi/amd64/Makefile2
-rw-r--r--usr/src/lib/hbaapi/i386/Makefile2
-rw-r--r--usr/src/lib/hbaapi/sparc/Makefile2
-rw-r--r--usr/src/lib/hbaapi/sparcv9/Makefile2
6 files changed, 6 insertions, 13 deletions
diff --git a/usr/src/lib/hbaapi/Makefile b/usr/src/lib/hbaapi/Makefile
index 5d4bcff0b8..f68246e167 100644
--- a/usr/src/lib/hbaapi/Makefile
+++ b/usr/src/lib/hbaapi/Makefile
@@ -34,7 +34,6 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
# definitions for install_h target
HDRS= hbaapi.h
@@ -42,7 +41,7 @@ HDRDIR= common
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
# install rule for install_h target
diff --git a/usr/src/lib/hbaapi/Makefile.com b/usr/src/lib/hbaapi/Makefile.com
index 936d204b85..5f5cfafcef 100644
--- a/usr/src/lib/hbaapi/Makefile.com
+++ b/usr/src/lib/hbaapi/Makefile.com
@@ -35,7 +35,7 @@ include ../../Makefile.lib
HETCFILES= $(CONFIGFILE:%=$(ROOTETC)/%)
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCDIR= ../common
INCS += -I$(SRCDIR)
@@ -51,8 +51,6 @@ SMATCH=off
LDLIBS += -lc
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
-
$(ROOTETC)/%: ../common/%
$(INS.file)
@@ -60,8 +58,4 @@ $(ROOTETC)/%: ../common/%
all: $(LIBS) $(HETCFILES)
-lint:
- @echo "This section is not required to be lint clean"
- @echo "C++ code"
-
include ../../Makefile.targ
diff --git a/usr/src/lib/hbaapi/amd64/Makefile b/usr/src/lib/hbaapi/amd64/Makefile
index 75e36fe530..d7cc93a92d 100644
--- a/usr/src/lib/hbaapi/amd64/Makefile
+++ b/usr/src/lib/hbaapi/amd64/Makefile
@@ -27,4 +27,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/hbaapi/i386/Makefile b/usr/src/lib/hbaapi/i386/Makefile
index d3b61ed5b1..00848ac225 100644
--- a/usr/src/lib/hbaapi/i386/Makefile
+++ b/usr/src/lib/hbaapi/i386/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/hbaapi/sparc/Makefile b/usr/src/lib/hbaapi/sparc/Makefile
index d3b61ed5b1..00848ac225 100644
--- a/usr/src/lib/hbaapi/sparc/Makefile
+++ b/usr/src/lib/hbaapi/sparc/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/hbaapi/sparcv9/Makefile b/usr/src/lib/hbaapi/sparcv9/Makefile
index 75e36fe530..d7cc93a92d 100644
--- a/usr/src/lib/hbaapi/sparcv9/Makefile
+++ b/usr/src/lib/hbaapi/sparcv9/Makefile
@@ -27,4 +27,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)