]> git.marmaro.de Git - mmh/blobdiff - mts/Makefile.in
Still missed one SASL stuff thing.
[mmh] / mts / Makefile.in
index 328a9ead16bc1ee0a89a7718ea8842b221025011..a8c5ee587f58151720097042b921023587f8eae2 100644 (file)
@@ -26,8 +26,8 @@ DIST = $(AUX)
 # subdirectories
 SUBDIRS = smtp sendmail mmdf
 
-# mail transport agent we are using
-MTS = @MTS@
+# mail transport agent we are using (currently always smtp)
+MTS = smtp
 
 # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ==========
 
@@ -62,6 +62,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su
          (cd $$subdir && $(MAKE) $(MAKEDEFS) $$target) || exit 1; \
        done
 
+# ========== DEPENDENCIES FOR LINT =================
+
+lint:
+       for subdir in $(SUBDIRS); do \
+         ( cd $$subdir && $(MAKE) $(MAKEDEFS) lint ) || exit 1; \
+       done
+
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 subdir = mts