summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbrand
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/libbrand
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/libbrand')
-rw-r--r--usr/src/lib/libbrand/Makefile3
-rw-r--r--usr/src/lib/libbrand/amd64/Makefile3
-rw-r--r--usr/src/lib/libbrand/i386/Makefile3
-rw-r--r--usr/src/lib/libbrand/sparc/Makefile3
-rw-r--r--usr/src/lib/libbrand/sparcv9/Makefile3
5 files changed, 5 insertions, 10 deletions
diff --git a/usr/src/lib/libbrand/Makefile b/usr/src/lib/libbrand/Makefile
index 9e2f22e24c..af75b5548e 100644
--- a/usr/src/lib/libbrand/Makefile
+++ b/usr/src/lib/libbrand/Makefile
@@ -32,7 +32,6 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
HDRDIR= common
HDRS= libbrand.h
@@ -51,7 +50,7 @@ $(DTDDIR)/%: %
.KEEP_STATE:
-all clean clobber lint install: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
install_h: $(ROOTHDRS)
diff --git a/usr/src/lib/libbrand/amd64/Makefile b/usr/src/lib/libbrand/amd64/Makefile
index 1e902f7e49..b13b247ca8 100644
--- a/usr/src/lib/libbrand/amd64/Makefile
+++ b/usr/src/lib/libbrand/amd64/Makefile
@@ -22,9 +22,8 @@
# Copyright 2006 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) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/libbrand/i386/Makefile b/usr/src/lib/libbrand/i386/Makefile
index f237b7e80a..282da97a76 100644
--- a/usr/src/lib/libbrand/i386/Makefile
+++ b/usr/src/lib/libbrand/i386/Makefile
@@ -22,8 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libbrand/sparc/Makefile b/usr/src/lib/libbrand/sparc/Makefile
index f237b7e80a..282da97a76 100644
--- a/usr/src/lib/libbrand/sparc/Makefile
+++ b/usr/src/lib/libbrand/sparc/Makefile
@@ -22,8 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libbrand/sparcv9/Makefile b/usr/src/lib/libbrand/sparcv9/Makefile
index 1e902f7e49..b13b247ca8 100644
--- a/usr/src/lib/libbrand/sparcv9/Makefile
+++ b/usr/src/lib/libbrand/sparcv9/Makefile
@@ -22,9 +22,8 @@
# Copyright 2006 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) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)