diff options
Diffstat (limited to 'usr/src/lib/librpcsvc')
-rw-r--r-- | usr/src/lib/librpcsvc/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/librpcsvc/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/librpcsvc/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/librpcsvc/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/librpcsvc/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/librpcsvc/sparcv9/Makefile | 4 |
6 files changed, 9 insertions, 16 deletions
diff --git a/usr/src/lib/librpcsvc/Makefile b/usr/src/lib/librpcsvc/Makefile index 1209096b72..e06fbcb570 100644 --- a/usr/src/lib/librpcsvc/Makefile +++ b/usr/src/lib/librpcsvc/Makefile @@ -51,7 +51,7 @@ CLEANFILES += $(DERIVED_FILES) include ../Makefile.lib # definitions for install_h target -HDRS= $(TXTS) +HDRS= $(TXTS) ROOTHDRDIR= $(ROOT)/usr/include/rpcsvc ROOTHDRS= $(HDRS:%=$(ROOTHDRDIR)/%) CHECKHDRS= $(HDRS:%.h=%.check) @@ -64,7 +64,6 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: @@ -76,7 +75,7 @@ install_h: $(DERIVED_FILES) $(ROOTHDRS) check: $(CHECKHDRS) -clean clobber lint: $(SUBDIRS) +clean clobber: $(SUBDIRS) # # Rules for building the derived files diff --git a/usr/src/lib/librpcsvc/Makefile.com b/usr/src/lib/librpcsvc/Makefile.com index d8c1a5e0fb..21152959c5 100644 --- a/usr/src/lib/librpcsvc/Makefile.com +++ b/usr/src/lib/librpcsvc/Makefile.com @@ -45,7 +45,7 @@ pics/%.o: ../common/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) CPPFLAGS += -DYP @@ -54,7 +54,6 @@ CERRWARN += -_gcc=-Wno-switch CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-parentheses -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) LDLIBS += -lnsl -lc @@ -63,7 +62,6 @@ CPPFLAGS += -I.. .KEEP_STATE: -lint: lintcheck # include library targets include ../../Makefile.targ diff --git a/usr/src/lib/librpcsvc/amd64/Makefile b/usr/src/lib/librpcsvc/amd64/Makefile index 9ab764a959..a41aeec527 100644 --- a/usr/src/lib/librpcsvc/amd64/Makefile +++ b/usr/src/lib/librpcsvc/amd64/Makefile @@ -22,7 +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 @@ -30,4 +30,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) diff --git a/usr/src/lib/librpcsvc/i386/Makefile b/usr/src/lib/librpcsvc/i386/Makefile index cc68d60f90..00998e3cfe 100644 --- a/usr/src/lib/librpcsvc/i386/Makefile +++ b/usr/src/lib/librpcsvc/i386/Makefile @@ -23,11 +23,9 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/librpcsvc/sparc/Makefile b/usr/src/lib/librpcsvc/sparc/Makefile index cc68d60f90..00998e3cfe 100644 --- a/usr/src/lib/librpcsvc/sparc/Makefile +++ b/usr/src/lib/librpcsvc/sparc/Makefile @@ -23,11 +23,9 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/librpcsvc/sparcv9/Makefile b/usr/src/lib/librpcsvc/sparcv9/Makefile index 9ab764a959..a41aeec527 100644 --- a/usr/src/lib/librpcsvc/sparcv9/Makefile +++ b/usr/src/lib/librpcsvc/sparcv9/Makefile @@ -22,7 +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 @@ -30,4 +30,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) |