diff options
| -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 |
