summaryrefslogtreecommitdiff
path: root/usr/src/lib/udapl/libdat
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/udapl/libdat
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/udapl/libdat')
-rw-r--r--usr/src/lib/udapl/libdat/Makefile9
-rw-r--r--usr/src/lib/udapl/libdat/amd64/Makefile4
-rw-r--r--usr/src/lib/udapl/libdat/i386/Makefile4
-rw-r--r--usr/src/lib/udapl/libdat/sparc/Makefile4
-rw-r--r--usr/src/lib/udapl/libdat/sparcv9/Makefile4
5 files changed, 7 insertions, 18 deletions
diff --git a/usr/src/lib/udapl/libdat/Makefile b/usr/src/lib/udapl/libdat/Makefile
index 6c5caac2a0..ae285cf4a9 100644
--- a/usr/src/lib/udapl/libdat/Makefile
+++ b/usr/src/lib/udapl/libdat/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
@@ -42,19 +40,18 @@ HDRS = \
HDRDIR = include/dat
ROOTHDRDIR = $(ROOT)/usr/include/dat
-ROOTETC = $(ROOT)/etc
+ROOTETC = $(ROOT)/etc
ROOTETCDAT = $(ROOTETC)/dat
ETCDATFILES = dat.conf
ROOTETCDATFILES = $(ETCDATFILES:%=$(ROOTETCDAT)/%)
-SUBDIRS = $(MACH)
+SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
debug := TARGET= debug
.KEEP_STATE:
@@ -63,7 +60,7 @@ all debug install: $(ROOTETCDATFILES) .WAIT $(SUBDIRS)
$(ROOTETCDATFILES): $(ROOTETCDAT)
-clean clobber lint: $(SUBDIRS)
+clean clobber: $(SUBDIRS)
install_h: $(ROOTHDRDIR) .WAIT $(ROOTHDRS)
diff --git a/usr/src/lib/udapl/libdat/amd64/Makefile b/usr/src/lib/udapl/libdat/amd64/Makefile
index 8f6502f508..98037e49f2 100644
--- a/usr/src/lib/udapl/libdat/amd64/Makefile
+++ b/usr/src/lib/udapl/libdat/amd64/Makefile
@@ -23,10 +23,8 @@
# 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) $(ROOTLINT)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/udapl/libdat/i386/Makefile b/usr/src/lib/udapl/libdat/i386/Makefile
index af76f5ab90..18584b4da1 100644
--- a/usr/src/lib/udapl/libdat/i386/Makefile
+++ b/usr/src/lib/udapl/libdat/i386/Makefile
@@ -23,9 +23,7 @@
# Copyright 2004 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/udapl/libdat/sparc/Makefile b/usr/src/lib/udapl/libdat/sparc/Makefile
index 87230ec4fa..e129d9ceb8 100644
--- a/usr/src/lib/udapl/libdat/sparc/Makefile
+++ b/usr/src/lib/udapl/libdat/sparc/Makefile
@@ -23,9 +23,7 @@
# Copyright 2003 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/udapl/libdat/sparcv9/Makefile b/usr/src/lib/udapl/libdat/sparcv9/Makefile
index febc6d01a2..fd924c576d 100644
--- a/usr/src/lib/udapl/libdat/sparcv9/Makefile
+++ b/usr/src/lib/udapl/libdat/sparcv9/Makefile
@@ -23,10 +23,8 @@
# Copyright 2003 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) $(ROOTLINT)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)