diff options
Diffstat (limited to 'usr/src/lib/libmapid/Makefile.com')
-rw-r--r-- | usr/src/lib/libmapid/Makefile.com | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/lib/libmapid/Makefile.com b/usr/src/lib/libmapid/Makefile.com index 3384c98518..4e1f79bb11 100644 --- a/usr/src/lib/libmapid/Makefile.com +++ b/usr/src/lib/libmapid/Makefile.com @@ -33,7 +33,7 @@ OBJECTS = $(LIBOBJS) $(OTHOBJS) include $(SRC)/lib/Makefile.lib -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) # # This library will be installed w/all other nfs @@ -46,8 +46,6 @@ ROOTLIBDIR = $(ROOT)/usr/lib/nfs # SRCDIR = ../common LIBSRCS = $(LIBOBJS:%.o=$(SRCDIR)/%.c) -$(LINTLIB) := SRCS = $(LINTSRC:%=$(SRCDIR)/%) -lintcheck := SRCS = $(LIBSRCS) LDLIBS += -lresolv -lc -lscf @@ -66,7 +64,6 @@ all: $(LIBS) install: $(ROOTLIBDIR) all -lint: $(LINTLIB) lintcheck pics/%.o: $(SMF_DIR)/%.c $(COMPILE.c) -o $@ $< |