diff options
| author | bwarsaw | 2001-05-11 20:08:59 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-11 20:08:59 +0000 |
| commit | 603a98e5e7d87a0783136b4d709a5bb0b7b61e2b (patch) | |
| tree | 0e5f3b030a4c7d6baec51b78482aeff5505c530f /scripts | |
| parent | 4d46a4b5826c8413d447738bb802c3d4c81502af (diff) | |
| download | mailman-603a98e5e7d87a0783136b4d709a5bb0b7b61e2b.tar.gz mailman-603a98e5e7d87a0783136b4d709a5bb0b7b61e2b.tar.zst mailman-603a98e5e7d87a0783136b4d709a5bb0b7b61e2b.zip | |
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 0ae75a102..fa9271d87 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -40,7 +40,9 @@ SCRIPTSDIR= $(prefix)/scripts SHELL= /bin/sh -SCRIPTS= answer_majordomo_mail mailcmd mailowner post driver auto +SCRIPTS= \ + answer_majordomo_mail mailcmd mailowner post driver \ + join leave # Modes for directories and executables created by the install # process. Default to group-writable directories but |
