diff options
| author | bwarsaw | 2001-05-09 06:19:45 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-09 06:19:45 +0000 |
| commit | dbfb6bddf3cd6d8f7e5fd7a20f790dfa193b372b (patch) | |
| tree | 7e58e87a0859f2df6456f491a85a39768a293dd1 | |
| parent | 03cefec889a189ac182db77a254bee97fc3d4ac7 (diff) | |
| download | mailman-dbfb6bddf3cd6d8f7e5fd7a20f790dfa193b372b.tar.gz mailman-dbfb6bddf3cd6d8f7e5fd7a20f790dfa193b372b.tar.zst mailman-dbfb6bddf3cd6d8f7e5fd7a20f790dfa193b372b.zip | |
Recurse into the MTA directory.
| -rw-r--r-- | Mailman/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Makefile.in b/Mailman/Makefile.in index afd7f7d2e..0bf21754c 100644 --- a/Mailman/Makefile.in +++ b/Mailman/Makefile.in @@ -42,7 +42,7 @@ PACKAGEDIR= $(prefix)/Mailman SHELL= /bin/sh MODULES= *.py -SUBDIRS= Cgi Logging Archiver Handlers Bouncers Queue pythonlib +SUBDIRS= Cgi Logging Archiver Handlers Bouncers Queue pythonlib MTA # Modes for directories and executables created by the install # process. Default to group-writable directories but |
