X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsendmail%2FMakefile.in;h=b025b3b9473d79de6f72c6f2791c286d8419db1f;hp=f812a2c52e14fe72a6204b0072fa6f5b5cf6ca68;hb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;hpb=1f90e5c5a3c7cb029ce1ac3c2e760c368fd2ce92 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