X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsendmail%2FMakefile.in;h=b025b3b9473d79de6f72c6f2791c286d8419db1f;hp=f812a2c52e14fe72a6204b0072fa6f5b5cf6ca68;hb=51d3c1179979615d85205399a392fcc3ef1c4384;hpb=d02ec5835693084c86f676b35dd96f44a22ff534 diff --git a/mts/sendmail/Makefile.in b/mts/sendmail/Makefile.in index f812a2c..b025b3b 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