summaryrefslogtreecommitdiff
path: root/usr/src/lib/libpam
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/libpam
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/libpam')
-rw-r--r--usr/src/lib/libpam/Makefile3
-rw-r--r--usr/src/lib/libpam/Makefile.com4
-rw-r--r--usr/src/lib/libpam/amd64/Makefile4
-rw-r--r--usr/src/lib/libpam/i386/Makefile5
-rw-r--r--usr/src/lib/libpam/sparc/Makefile5
-rw-r--r--usr/src/lib/libpam/sparcv9/Makefile4
6 files changed, 8 insertions, 17 deletions
diff --git a/usr/src/lib/libpam/Makefile b/usr/src/lib/libpam/Makefile
index e653cc877b..dd941725dd 100644
--- a/usr/src/lib/libpam/Makefile
+++ b/usr/src/lib/libpam/Makefile
@@ -45,11 +45,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/libpam/Makefile.com b/usr/src/lib/libpam/Makefile.com
index d96ba001ee..518b224040 100644
--- a/usr/src/lib/libpam/Makefile.com
+++ b/usr/src/lib/libpam/Makefile.com
@@ -32,8 +32,7 @@ include ../../Makefile.rootfs
TEXT_DOMAIN= SUNW_OST_SYSOSPAM
-LIBS= $(DYNLIB) $(LINTLIB)
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
+LIBS= $(DYNLIB)
LDLIBS += -lc
CFLAGS += $(CCVERBOSE)
@@ -45,6 +44,5 @@ CERRWARN += $(CNOWARN_UNINIT)
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libpam/amd64/Makefile b/usr/src/lib/libpam/amd64/Makefile
index 8f7590c2ef..8f9bf5b7c3 100644
--- a/usr/src/lib/libpam/amd64/Makefile
+++ b/usr/src/lib/libpam/amd64/Makefile
@@ -23,10 +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
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
diff --git a/usr/src/lib/libpam/i386/Makefile b/usr/src/lib/libpam/i386/Makefile
index 1cc697f600..16c9d09c13 100644
--- a/usr/src/lib/libpam/i386/Makefile
+++ b/usr/src/lib/libpam/i386/Makefile
@@ -23,10 +23,7 @@
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# usr/src/lib/libpam/i386/Makefile
-#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/libpam/sparc/Makefile b/usr/src/lib/libpam/sparc/Makefile
index 07b65bae20..00586b6ffb 100644
--- a/usr/src/lib/libpam/sparc/Makefile
+++ b/usr/src/lib/libpam/sparc/Makefile
@@ -23,10 +23,7 @@
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# usr/src/lib/libpam/sparc/Makefile
-#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/libpam/sparcv9/Makefile b/usr/src/lib/libpam/sparcv9/Makefile
index 401952a7f8..8e700da449 100644
--- a/usr/src/lib/libpam/sparcv9/Makefile
+++ b/usr/src/lib/libpam/sparcv9/Makefile
@@ -25,9 +25,9 @@
#
# lib/libpam/sparcv9/Makefile
#
-# ident "%Z%%M% %I% %E% SMI"
+
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)