summaryrefslogtreecommitdiff
path: root/usr/src/lib/libipd
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/libipd
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-5b2acc0949194447bba6e45a0fa44d0b5f42f208.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/libipd')
-rw-r--r--usr/src/lib/libipd/Makefile5
-rw-r--r--usr/src/lib/libipd/Makefile.com3
-rw-r--r--usr/src/lib/libipd/amd64/Makefile2
-rw-r--r--usr/src/lib/libipd/i386/Makefile2
-rw-r--r--usr/src/lib/libipd/sparc/Makefile2
-rw-r--r--usr/src/lib/libipd/sparcv9/Makefile2
6 files changed, 7 insertions, 9 deletions
diff --git a/usr/src/lib/libipd/Makefile b/usr/src/lib/libipd/Makefile
index feab972218..e8f7f19a17 100644
--- a/usr/src/lib/libipd/Makefile
+++ b/usr/src/lib/libipd/Makefile
@@ -24,13 +24,12 @@ 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)
+install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
diff --git a/usr/src/lib/libipd/Makefile.com b/usr/src/lib/libipd/Makefile.com
index f118aa6cc3..b624bf2791 100644
--- a/usr/src/lib/libipd/Makefile.com
+++ b/usr/src/lib/libipd/Makefile.com
@@ -21,7 +21,7 @@ OBJECTS = libipd.o
include ../../Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc
CPPFLAGS += -I../common
@@ -31,6 +31,5 @@ SRCDIR = ../common
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libipd/amd64/Makefile b/usr/src/lib/libipd/amd64/Makefile
index 0ff7206916..73da5cf74e 100644
--- a/usr/src/lib/libipd/amd64/Makefile
+++ b/usr/src/lib/libipd/amd64/Makefile
@@ -16,4 +16,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/libipd/i386/Makefile b/usr/src/lib/libipd/i386/Makefile
index 6a668fb98f..76738e2f70 100644
--- a/usr/src/lib/libipd/i386/Makefile
+++ b/usr/src/lib/libipd/i386/Makefile
@@ -15,4 +15,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libipd/sparc/Makefile b/usr/src/lib/libipd/sparc/Makefile
index 6a668fb98f..76738e2f70 100644
--- a/usr/src/lib/libipd/sparc/Makefile
+++ b/usr/src/lib/libipd/sparc/Makefile
@@ -15,4 +15,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libipd/sparcv9/Makefile b/usr/src/lib/libipd/sparcv9/Makefile
index 0ff7206916..73da5cf74e 100644
--- a/usr/src/lib/libipd/sparcv9/Makefile
+++ b/usr/src/lib/libipd/sparcv9/Makefile
@@ -16,4 +16,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)