diff options
Diffstat (limited to 'usr/src/lib/libtsol')
-rw-r--r-- | usr/src/lib/libtsol/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/libtsol/Makefile.com | 10 | ||||
-rw-r--r-- | usr/src/lib/libtsol/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libtsol/i386/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libtsol/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libtsol/sparcv9/Makefile | 4 |
6 files changed, 7 insertions, 27 deletions
diff --git a/usr/src/lib/libtsol/Makefile b/usr/src/lib/libtsol/Makefile index 8e91f2fadb..e71dd46fa8 100644 --- a/usr/src/lib/libtsol/Makefile +++ b/usr/src/lib/libtsol/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 @@ -36,18 +34,17 @@ POFILE = libtsol.po MSGFILES = common/btos.c common/private.c common/stob.c XGETFLAGS = -a -all := TARGET = all +all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: # Override so that label.h gets installed where expected. ROOTHDRDIR= $(ROOT)/usr/include/tsol -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libtsol/Makefile.com b/usr/src/lib/libtsol/Makefile.com index 478376427c..5b0aa1991a 100644 --- a/usr/src/lib/libtsol/Makefile.com +++ b/usr/src/lib/libtsol/Makefile.com @@ -43,23 +43,16 @@ include ../../Makefile.lib # install this library in the root filesystem include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lsecdb -lc SRCDIR = ../common -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) - -lint:= SRCS = \ - $(NONCOMMONOBJS:%.o=$(SRCDIR)/%.c) \ - $(COMMONOBJS:%.o=$(COMMONDIR)/%.c) COMMONDIR= $(SRC)/common/tsol CFLAGS += $(CCVERBOSE) CPPFLAGS += -D_REENTRANT -I$(SRCDIR) -I$(COMMONDIR) -LINTFLAGS64 += -m64 - CERRWARN += $(CNOWARN_UNINIT) # not linted @@ -69,7 +62,6 @@ SMATCH=off all: $(LIBS) -lint: lintcheck objs/%.o pic_profs/%.o pics/%.o: $(COMMONDIR)/%.c $(COMPILE.c) -o $@ $< diff --git a/usr/src/lib/libtsol/amd64/Makefile b/usr/src/lib/libtsol/amd64/Makefile index 69cf39010b..a48c536235 100644 --- a/usr/src/lib/libtsol/amd64/Makefile +++ b/usr/src/lib/libtsol/amd64/Makefile @@ -23,9 +23,7 @@ # 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) $(ROOTCOMPATLINKS64) diff --git a/usr/src/lib/libtsol/i386/Makefile b/usr/src/lib/libtsol/i386/Makefile index fb5e32504a..0a45e8bf8d 100644 --- a/usr/src/lib/libtsol/i386/Makefile +++ b/usr/src/lib/libtsol/i386/Makefile @@ -21,10 +21,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) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libtsol/sparc/Makefile b/usr/src/lib/libtsol/sparc/Makefile index 4addab0cae..cf2087e71e 100644 --- a/usr/src/lib/libtsol/sparc/Makefile +++ b/usr/src/lib/libtsol/sparc/Makefile @@ -23,8 +23,6 @@ # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" - include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libtsol/sparcv9/Makefile b/usr/src/lib/libtsol/sparcv9/Makefile index 69cf39010b..a48c536235 100644 --- a/usr/src/lib/libtsol/sparcv9/Makefile +++ b/usr/src/lib/libtsol/sparcv9/Makefile @@ -23,9 +23,7 @@ # 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) $(ROOTCOMPATLINKS64) |