* Merged mts/sendmail functionality into mts/smtp; switching between
[mmh] / mts / Makefile.in
index 8627795..a8c5ee5 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 ==========