diff options
Diffstat (limited to 'usr/src/lib/libbrand')
-rw-r--r-- | usr/src/lib/libbrand/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libbrand/amd64/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libbrand/i386/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libbrand/sparc/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libbrand/sparcv9/Makefile | 3 |
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) |