X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d02ec5835693084c86f676b35dd96f44a22ff534..cc6d2b40ffd2126cff8384d2c62eee44dc7b1fe1:/mts/sendmail/Makefile.in diff --git a/mts/sendmail/Makefile.in b/mts/sendmail/Makefile.in index f812a2c5..b025b3b9 100644 --- a/mts/sendmail/Makefile.in +++ b/mts/sendmail/Makefile.in @@ -26,6 +26,8 @@ TSORT = @TSORT@ RANLIB = @RANLIB@ LIBTOOL = @LIBTOOL@ GNU_LIBTOOL = @GNU_LIBTOOL@ +LINT = @LINT@ +LINTFLAGS = @LINTFLAGS@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) @@ -79,6 +81,11 @@ realclean: distclean superclean: realclean +# ========== DEPENDENCIES FOR LINT ================= + +lint: + $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = mts/sendmail