summaryrefslogtreecommitdiff
path: root/usr/src/lib/hbaapi/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/hbaapi/Makefile.com')
-rw-r--r--usr/src/lib/hbaapi/Makefile.com8
1 files changed, 1 insertions, 7 deletions
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