diff options
Diffstat (limited to 'usr/src/lib/libsmbios')
-rw-r--r-- | usr/src/lib/libsmbios/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/libsmbios/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libsmbios/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libsmbios/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libsmbios/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libsmbios/sparcv9/Makefile | 4 |
6 files changed, 7 insertions, 20 deletions
diff --git a/usr/src/lib/libsmbios/Makefile b/usr/src/lib/libsmbios/Makefile index 065ab04fdd..bd06132f3d 100644 --- a/usr/src/lib/libsmbios/Makefile +++ b/usr/src/lib/libsmbios/Makefile @@ -22,26 +22,23 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib HDRS = smbios.h HDRDIR = common -SUBDIRS = $(MACH) +SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) 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/libsmbios/Makefile.com b/usr/src/lib/libsmbios/Makefile.com index 1534830317..3c87bd1840 100644 --- a/usr/src/lib/libsmbios/Makefile.com +++ b/usr/src/lib/libsmbios/Makefile.com @@ -44,7 +44,7 @@ COMMON_SRCDIR = ../../../common/smbios COMMON_HDR = $(SRC)/uts/common/sys/smbios.h SRCS = $(COMMON_OBJS:%.o=$(COMMON_SRCDIR)/%.c) $(LIB_OBJS:%.o=../common/%.c) -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) SRCDIR = ../common @@ -56,13 +56,11 @@ LDLIBS += -ldevinfo -lc CFLAGS += $(C_BIGPICFLAGS) CFLAGS64 += $(C_BIGPICFLAGS64) -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) .KEEP_STATE: all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/libsmbios/amd64/Makefile b/usr/src/lib/libsmbios/amd64/Makefile index c9bd26cfd3..b13b247ca8 100644 --- a/usr/src/lib/libsmbios/amd64/Makefile +++ b/usr/src/lib/libsmbios/amd64/Makefile @@ -22,10 +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/libsmbios/i386/Makefile b/usr/src/lib/libsmbios/i386/Makefile index a333224278..282da97a76 100644 --- a/usr/src/lib/libsmbios/i386/Makefile +++ b/usr/src/lib/libsmbios/i386/Makefile @@ -22,9 +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/libsmbios/sparc/Makefile b/usr/src/lib/libsmbios/sparc/Makefile index a333224278..282da97a76 100644 --- a/usr/src/lib/libsmbios/sparc/Makefile +++ b/usr/src/lib/libsmbios/sparc/Makefile @@ -22,9 +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/libsmbios/sparcv9/Makefile b/usr/src/lib/libsmbios/sparcv9/Makefile index c9bd26cfd3..b13b247ca8 100644 --- a/usr/src/lib/libsmbios/sparcv9/Makefile +++ b/usr/src/lib/libsmbios/sparcv9/Makefile @@ -22,10 +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) |