summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzonestat
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libzonestat')
-rw-r--r--usr/src/lib/libzonestat/Makefile3
-rw-r--r--usr/src/lib/libzonestat/Makefile.com4
-rw-r--r--usr/src/lib/libzonestat/amd64/Makefile2
-rw-r--r--usr/src/lib/libzonestat/i386/Makefile2
-rw-r--r--usr/src/lib/libzonestat/sparc/Makefile2
-rw-r--r--usr/src/lib/libzonestat/sparcv9/Makefile2
6 files changed, 6 insertions, 9 deletions
diff --git a/usr/src/lib/libzonestat/Makefile b/usr/src/lib/libzonestat/Makefile
index 078a881c3c..29749d1800 100644
--- a/usr/src/lib/libzonestat/Makefile
+++ b/usr/src/lib/libzonestat/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/libzonestat/Makefile.com b/usr/src/lib/libzonestat/Makefile.com
index 1efc7bf720..9bfdea06fe 100644
--- a/usr/src/lib/libzonestat/Makefile.com
+++ b/usr/src/lib/libzonestat/Makefile.com
@@ -29,12 +29,11 @@ OBJECTS= libzonestat.o
include ../../Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lcmdutils -lumem -lc
SRCDIR = ../common
CPPFLAGS += -I../common -mt -D_POSIX_PTHREAD_SEMANTICS
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
CERRWARN += $(CNOWARN_UNINIT)
@@ -45,6 +44,5 @@ SMATCH=off
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libzonestat/amd64/Makefile b/usr/src/lib/libzonestat/amd64/Makefile
index 9eeb4ef71d..0d34e5e608 100644
--- a/usr/src/lib/libzonestat/amd64/Makefile
+++ b/usr/src/lib/libzonestat/amd64/Makefile
@@ -24,4 +24,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/libzonestat/i386/Makefile b/usr/src/lib/libzonestat/i386/Makefile
index f9373d2096..53dd511aae 100644
--- a/usr/src/lib/libzonestat/i386/Makefile
+++ b/usr/src/lib/libzonestat/i386/Makefile
@@ -23,4 +23,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libzonestat/sparc/Makefile b/usr/src/lib/libzonestat/sparc/Makefile
index f9373d2096..53dd511aae 100644
--- a/usr/src/lib/libzonestat/sparc/Makefile
+++ b/usr/src/lib/libzonestat/sparc/Makefile
@@ -23,4 +23,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libzonestat/sparcv9/Makefile b/usr/src/lib/libzonestat/sparcv9/Makefile
index 9eeb4ef71d..0d34e5e608 100644
--- a/usr/src/lib/libzonestat/sparcv9/Makefile
+++ b/usr/src/lib/libzonestat/sparcv9/Makefile
@@ -24,4 +24,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)