]> diplodocus.org Git - nmh/blobdiff - mts/sendmail/Makefile.in
Included h/nmh.h, since the MD5 algorithms were missing declarations
[nmh] / mts / sendmail / Makefile.in
index f812a2c52e14fe72a6204b0072fa6f5b5cf6ca68..b025b3b9473d79de6f72c6f2791c286d8419db1f 100644 (file)
@@ -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