summaryrefslogtreecommitdiff
path: root/usr/src/lib/scsi/libses
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/scsi/libses')
-rw-r--r--usr/src/lib/scsi/libses/Makefile4
-rw-r--r--usr/src/lib/scsi/libses/Makefile.defs3
-rw-r--r--usr/src/lib/scsi/libses/Makefile.targ4
-rw-r--r--usr/src/lib/scsi/libses/amd64/Makefile3
-rw-r--r--usr/src/lib/scsi/libses/i386/Makefile3
-rw-r--r--usr/src/lib/scsi/libses/sparc/Makefile3
-rw-r--r--usr/src/lib/scsi/libses/sparcv9/Makefile3
7 files changed, 6 insertions, 17 deletions
diff --git a/usr/src/lib/scsi/libses/Makefile b/usr/src/lib/scsi/libses/Makefile
index abb400b621..cde5b044b1 100644
--- a/usr/src/lib/scsi/libses/Makefile
+++ b/usr/src/lib/scsi/libses/Makefile
@@ -23,7 +23,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
include ../../Makefile.lib
include ../Makefile.defs
@@ -41,12 +40,11 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
install_h:= TARGET = install_h
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
install_h: $(ROOTHDRS)
diff --git a/usr/src/lib/scsi/libses/Makefile.defs b/usr/src/lib/scsi/libses/Makefile.defs
index 0c31d9af9f..6d112f65b0 100644
--- a/usr/src/lib/scsi/libses/Makefile.defs
+++ b/usr/src/lib/scsi/libses/Makefile.defs
@@ -51,9 +51,8 @@ LDLIBS += \
-lumem \
-lc
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
CLEANFILES += \
../common/ses_errno.c
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
diff --git a/usr/src/lib/scsi/libses/Makefile.targ b/usr/src/lib/scsi/libses/Makefile.targ
index a73a46eae4..ab51445fad 100644
--- a/usr/src/lib/scsi/libses/Makefile.targ
+++ b/usr/src/lib/scsi/libses/Makefile.targ
@@ -23,14 +23,10 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-
.KEEP_STATE:
all : $(LIBS)
-lint : lintcheck
-
../common/ses_errno.c: ../common/mkerrno.sh ../common/libses.h
sh ../common/mkerrno.sh < $(ROOTSCSIHDRDIR)/libses.h > $@
diff --git a/usr/src/lib/scsi/libses/amd64/Makefile b/usr/src/lib/scsi/libses/amd64/Makefile
index aaa948e5ae..1caea4ea49 100644
--- a/usr/src/lib/scsi/libses/amd64/Makefile
+++ b/usr/src/lib/scsi/libses/amd64/Makefile
@@ -23,7 +23,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
include ../../../Makefile.lib
@@ -31,6 +30,6 @@ include ../../../Makefile.lib.64
include ../Makefile.defs
include ../Makefile.defs.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
include ../Makefile.targ
diff --git a/usr/src/lib/scsi/libses/i386/Makefile b/usr/src/lib/scsi/libses/i386/Makefile
index b2454048f0..6cf1050b9e 100644
--- a/usr/src/lib/scsi/libses/i386/Makefile
+++ b/usr/src/lib/scsi/libses/i386/Makefile
@@ -23,7 +23,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
include ../../../Makefile.lib
@@ -31,6 +30,6 @@ include ../Makefile.defs
DYNFLAGS += $(DYNFLAGS32)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
include ../Makefile.targ
diff --git a/usr/src/lib/scsi/libses/sparc/Makefile b/usr/src/lib/scsi/libses/sparc/Makefile
index b2454048f0..6cf1050b9e 100644
--- a/usr/src/lib/scsi/libses/sparc/Makefile
+++ b/usr/src/lib/scsi/libses/sparc/Makefile
@@ -23,7 +23,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
include ../../../Makefile.lib
@@ -31,6 +30,6 @@ include ../Makefile.defs
DYNFLAGS += $(DYNFLAGS32)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
include ../Makefile.targ
diff --git a/usr/src/lib/scsi/libses/sparcv9/Makefile b/usr/src/lib/scsi/libses/sparcv9/Makefile
index aaa948e5ae..1caea4ea49 100644
--- a/usr/src/lib/scsi/libses/sparcv9/Makefile
+++ b/usr/src/lib/scsi/libses/sparcv9/Makefile
@@ -23,7 +23,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
include ../../../Makefile.lib
@@ -31,6 +30,6 @@ include ../../../Makefile.lib.64
include ../Makefile.defs
include ../Makefile.defs.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
include ../Makefile.targ