diff options
Diffstat (limited to 'usr/src/lib/libsmartsshd')
-rw-r--r-- | usr/src/lib/libsmartsshd/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsmartsshd/Makefile.com b/usr/src/lib/libsmartsshd/Makefile.com index b9c5b88f23..dc75c96925 100644 --- a/usr/src/lib/libsmartsshd/Makefile.com +++ b/usr/src/lib/libsmartsshd/Makefile.com @@ -33,7 +33,7 @@ SRCS = $(OBJECTS:%.o=$(SRCDIR)/%.c) CPPFLAGS += -I$(SRCDIR) -D_REENTRANT -D_FILE_OFFSET_BITS=64 LIBS = $(DYNLIB) $(LINTLIB) -LDLIBS += -lc -lmd5 +LDLIBS += -lc -lmd $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) |