summaryrefslogtreecommitdiff
path: root/usr/src/lib/libraidcfg
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libraidcfg')
-rw-r--r--usr/src/lib/libraidcfg/Makefile7
-rw-r--r--usr/src/lib/libraidcfg/Makefile.com4
-rw-r--r--usr/src/lib/libraidcfg/i386/Makefile4
-rw-r--r--usr/src/lib/libraidcfg/sparc/Makefile4
4 files changed, 4 insertions, 15 deletions
diff --git a/usr/src/lib/libraidcfg/Makefile b/usr/src/lib/libraidcfg/Makefile
index c264499eb8..542051b1c8 100644
--- a/usr/src/lib/libraidcfg/Makefile
+++ b/usr/src/lib/libraidcfg/Makefile
@@ -23,10 +23,6 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libraidcfg/Makefile
-#
include $(SRC)/lib/Makefile.lib
@@ -43,11 +39,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/libraidcfg/Makefile.com b/usr/src/lib/libraidcfg/Makefile.com
index b3643c2d6b..8decd78160 100644
--- a/usr/src/lib/libraidcfg/Makefile.com
+++ b/usr/src/lib/libraidcfg/Makefile.com
@@ -31,11 +31,10 @@ OBJECTS = raidcfg.o
include ../../Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -ldevinfo -lc
SRCDIR = ../common
-$(LINTLIB):= SRCS = $(LINTSRC:%=$(SRCDIR)/%)
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-type-limits
@@ -49,6 +48,5 @@ all: $(LIBS)
SECLEVEL = standard
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libraidcfg/i386/Makefile b/usr/src/lib/libraidcfg/i386/Makefile
index f8ddafac61..315cf36360 100644
--- a/usr/src/lib/libraidcfg/i386/Makefile
+++ b/usr/src/lib/libraidcfg/i386/Makefile
@@ -23,9 +23,7 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libraidcfg/sparc/Makefile b/usr/src/lib/libraidcfg/sparc/Makefile
index f8ddafac61..315cf36360 100644
--- a/usr/src/lib/libraidcfg/sparc/Makefile
+++ b/usr/src/lib/libraidcfg/sparc/Makefile
@@ -23,9 +23,7 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)