X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..011e533b32afd25a33ff44b02530dc50214925e0:/mts/Makefile.in diff --git a/mts/Makefile.in b/mts/Makefile.in index 328a9ead..a8c5ee58 100644 --- a/mts/Makefile.in +++ b/mts/Makefile.in @@ -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