diff options
| author | bwarsaw | 1999-03-23 17:03:31 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-03-23 17:03:31 +0000 |
| commit | c279281420b6bcb1090e92f662d7a63a8a8e9c3a (patch) | |
| tree | 418fa71ce70c62dc07b527fadb8bfac603326736 | |
| parent | 585c5cd3256e438097068120807302fc98c49a6a (diff) | |
| download | mailman-c279281420b6bcb1090e92f662d7a63a8a8e9c3a.tar.gz mailman-c279281420b6bcb1090e92f662d7a63a8a8e9c3a.tar.zst mailman-c279281420b6bcb1090e92f662d7a63a8a8e9c3a.zip | |
Makefile should not be under CVS
| -rw-r--r-- | bin/Makefile | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/bin/Makefile b/bin/Makefile deleted file mode 100644 index d85a26b93..000000000 --- a/bin/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# Generated automatically from Makefile.in by configure. -# Copyright (C) 1998 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 -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -# NOTE: Makefile.in is converted into Makefile by the configure script -# in the parent directory. Once configure has run, you can recreate -# the Makefile by running just config.status. - -# Variables set by configure - -srcdir= . -bindir= ${exec_prefix}/bin -prefix= /export/home/mailman -exec_prefix= ${prefix} - -CC= gcc -CHMOD= @CHMOD@ -INSTALL= .././install-sh -c - -DEFS= -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VPRINTF=1 - -# Customizable but not set by configure - -OPT= -g -O2 -CFLAGS= $(OPT) $(DEFS) -MAILDIR= $(exec_prefix)/mail -SCRIPTSDIR= $(prefix)/bin - -SHELL= /bin/sh - -SCRIPTS= digest_arch mmsitepass newlist rmlist add_members \ - list_members remove_members clone_member update arch \ - sync_members check_db - -# Modes for directories and executables created by the install -# process. Default to group-writable directories but -# user-only-writable for executables. -DIRMODE= 775 -EXEMODE= 755 -FILEMODE= 644 -INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE) - - -# Rules - -all: - -install: - for f in $(SCRIPTS); \ - do \ - $(INSTALL) -m $(EXEMODE) $$f $(SCRIPTSDIR); \ - done - -finish: - -clean: - -distclean: - -rm Makefile |
