diff options
Diffstat (limited to 'usr/src/lib/libsun_ima/Makefile.com')
-rw-r--r-- | usr/src/lib/libsun_ima/Makefile.com | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libsun_ima/Makefile.com b/usr/src/lib/libsun_ima/Makefile.com index f23c75c7b0..2070459bcf 100644 --- a/usr/src/lib/libsun_ima/Makefile.com +++ b/usr/src/lib/libsun_ima/Makefile.com @@ -34,11 +34,10 @@ OBJECTS = $(LOCOBJS) $(COMOBJS) include ../../Makefile.lib SRCS = ../common/ima.c $(SRC)/common/iscsi/utils.c -$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc LDLIBS += -lnsl LDLIBS += -ldevinfo @@ -60,7 +59,6 @@ CPPFLAGS += -DSOLARIS all: $(LIBS) -lint: lintcheck include ../../Makefile.targ |