summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdevice
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdevice')
-rw-r--r--usr/src/lib/libdevice/Makefile5
-rw-r--r--usr/src/lib/libdevice/Makefile.com4
-rw-r--r--usr/src/lib/libdevice/i386/Makefile4
-rw-r--r--usr/src/lib/libdevice/sparc/Makefile4
4 files changed, 4 insertions, 13 deletions
diff --git a/usr/src/lib/libdevice/Makefile b/usr/src/lib/libdevice/Makefile
index deea4f83e8..6366f93d66 100644
--- a/usr/src/lib/libdevice/Makefile
+++ b/usr/src/lib/libdevice/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.lib
@@ -35,7 +33,6 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
test := TARGET= test
# definitions for install_h target
@@ -46,7 +43,7 @@ CHECKHDRS= $(HDRS:%.h=%.check)
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
# install rule for install_h target
diff --git a/usr/src/lib/libdevice/Makefile.com b/usr/src/lib/libdevice/Makefile.com
index 49b8083fa6..de399daaec 100644
--- a/usr/src/lib/libdevice/Makefile.com
+++ b/usr/src/lib/libdevice/Makefile.com
@@ -30,9 +30,8 @@ OBJECTS= devctl.o
include ../../Makefile.lib
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc -lnvpair
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT
@@ -41,7 +40,6 @@ CERRWARN += -_gcc=-Wno-parentheses
all: $(LIBS)
-lint: lintcheck
.KEEP_STATE:
diff --git a/usr/src/lib/libdevice/i386/Makefile b/usr/src/lib/libdevice/i386/Makefile
index af76f5ab90..18584b4da1 100644
--- a/usr/src/lib/libdevice/i386/Makefile
+++ b/usr/src/lib/libdevice/i386/Makefile
@@ -23,9 +23,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libdevice/sparc/Makefile b/usr/src/lib/libdevice/sparc/Makefile
index af76f5ab90..18584b4da1 100644
--- a/usr/src/lib/libdevice/sparc/Makefile
+++ b/usr/src/lib/libdevice/sparc/Makefile
@@ -23,9 +23,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)