summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsocket
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsocket')
-rw-r--r--usr/src/lib/libsocket/Makefile3
-rw-r--r--usr/src/lib/libsocket/Makefile.com4
-rw-r--r--usr/src/lib/libsocket/amd64/Makefile4
-rw-r--r--usr/src/lib/libsocket/i386/Makefile4
-rw-r--r--usr/src/lib/libsocket/sparc/Makefile4
-rw-r--r--usr/src/lib/libsocket/sparcv9/Makefile4
6 files changed, 8 insertions, 15 deletions
diff --git a/usr/src/lib/libsocket/Makefile b/usr/src/lib/libsocket/Makefile
index 763363b7fd..7a6668dfc2 100644
--- a/usr/src/lib/libsocket/Makefile
+++ b/usr/src/lib/libsocket/Makefile
@@ -33,7 +33,6 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
POFILE = libsocket.po
MSGFILES = `$(GREP) -l gettext */*.[ch]`
@@ -42,7 +41,7 @@ TEXT_DOMAIN = SUNW_OST_NETRPC
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
install_h: $(ROOTHDRS)
diff --git a/usr/src/lib/libsocket/Makefile.com b/usr/src/lib/libsocket/Makefile.com
index bc51201190..d66af7cde9 100644
--- a/usr/src/lib/libsocket/Makefile.com
+++ b/usr/src/lib/libsocket/Makefile.com
@@ -41,13 +41,12 @@ include ../../Makefile.lib
# install this library in the root filesystem
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCS = $(INETOBJS:%.o=../inet/%.c) $(SOCKOBJS:%.o=../socket/%.c)
LDLIBS += -lnsl -lc
SRCDIR = ../common
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
# Make string literals read-only to save memory.
CFLAGS += $(XSTRCONST)
@@ -68,7 +67,6 @@ SMATCH=off
all:
-lint: lintcheck
# libsocket build rules
pics/%.o: ../inet/%.c
diff --git a/usr/src/lib/libsocket/amd64/Makefile b/usr/src/lib/libsocket/amd64/Makefile
index 9fcd5cdbcb..b5ea3b52d1 100644
--- a/usr/src/lib/libsocket/amd64/Makefile
+++ b/usr/src/lib/libsocket/amd64/Makefile
@@ -22,7 +22,7 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+
#
include ../Makefile.com
@@ -30,4 +30,4 @@ include ../../Makefile.lib.64
all: $(LIBS)
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
diff --git a/usr/src/lib/libsocket/i386/Makefile b/usr/src/lib/libsocket/i386/Makefile
index a1257bea6f..8d2e4a0b95 100644
--- a/usr/src/lib/libsocket/i386/Makefile
+++ b/usr/src/lib/libsocket/i386/Makefile
@@ -22,11 +22,9 @@
# Copyright 2007 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/libsocket/sparc/Makefile b/usr/src/lib/libsocket/sparc/Makefile
index c3ea53cfe4..e82960834b 100644
--- a/usr/src/lib/libsocket/sparc/Makefile
+++ b/usr/src/lib/libsocket/sparc/Makefile
@@ -23,11 +23,9 @@
# Copyright (c) 1997-2001 by Sun Microsystems, Inc.
# All rights reserved.
#
-# 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/libsocket/sparcv9/Makefile b/usr/src/lib/libsocket/sparcv9/Makefile
index 2eafde412a..1d6a481946 100644
--- a/usr/src/lib/libsocket/sparcv9/Makefile
+++ b/usr/src/lib/libsocket/sparcv9/Makefile
@@ -23,7 +23,7 @@
# Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+
#
include ../Makefile.com
@@ -31,4 +31,4 @@ include ../../Makefile.lib.64
all: $(LIBS)
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)