summaryrefslogtreecommitdiff
path: root/usr/src/lib/librestart
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/librestart')
-rw-r--r--usr/src/lib/librestart/Makefile5
-rw-r--r--usr/src/lib/librestart/Makefile.com4
-rw-r--r--usr/src/lib/librestart/amd64/Makefile4
-rw-r--r--usr/src/lib/librestart/i386/Makefile4
-rw-r--r--usr/src/lib/librestart/sparc/Makefile4
-rw-r--r--usr/src/lib/librestart/sparcv9/Makefile6
6 files changed, 7 insertions, 20 deletions
diff --git a/usr/src/lib/librestart/Makefile b/usr/src/lib/librestart/Makefile
index b88c1c5b27..24cae23426 100644
--- a/usr/src/lib/librestart/Makefile
+++ b/usr/src/lib/librestart/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
@@ -34,14 +32,13 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
HDRDIR = common
HDRS = librestart.h librestart_priv.h
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
install_h: $(ROOTHDRS)
diff --git a/usr/src/lib/librestart/Makefile.com b/usr/src/lib/librestart/Makefile.com
index f2a0fc8965..3d06282c5e 100644
--- a/usr/src/lib/librestart/Makefile.com
+++ b/usr/src/lib/librestart/Makefile.com
@@ -32,12 +32,11 @@ OBJECTS = \
include ../../Makefile.lib
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lpool -lproject -lsecdb -lnvpair -lsysevent -lscf -luutil -lc
SRCDIR = ../common
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE) -Wp,$(CSTD_GNU99)
@@ -50,6 +49,5 @@ SMATCH=off
all:
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/librestart/amd64/Makefile b/usr/src/lib/librestart/amd64/Makefile
index cff4d36aaf..bc2bb82a5e 100644
--- a/usr/src/lib/librestart/amd64/Makefile
+++ b/usr/src/lib/librestart/amd64/Makefile
@@ -23,12 +23,10 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
include ../../Makefile.lib.64
all: $(LIBS)
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
diff --git a/usr/src/lib/librestart/i386/Makefile b/usr/src/lib/librestart/i386/Makefile
index 98a9cce666..90bed38cc2 100644
--- a/usr/src/lib/librestart/i386/Makefile
+++ b/usr/src/lib/librestart/i386/Makefile
@@ -23,11 +23,9 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/librestart/sparc/Makefile b/usr/src/lib/librestart/sparc/Makefile
index 98a9cce666..90bed38cc2 100644
--- a/usr/src/lib/librestart/sparc/Makefile
+++ b/usr/src/lib/librestart/sparc/Makefile
@@ -23,11 +23,9 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/librestart/sparcv9/Makefile b/usr/src/lib/librestart/sparcv9/Makefile
index d71bfe3051..f820b35e24 100644
--- a/usr/src/lib/librestart/sparcv9/Makefile
+++ b/usr/src/lib/librestart/sparcv9/Makefile
@@ -23,14 +23,12 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
include ../../Makefile.lib.64
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
all: $(LIBS)
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)