#	$Header: /afs/sipb.mit.edu/project/beacon-src/sendmail/cf/RCS/Makefile,v 1.6 1993/06/05 04:08:44 jtkohl Exp $
#	$Source: /afs/sipb.mit.edu/project/beacon-src/sendmail/cf/RCS/Makefile,v $
#	$Date: 1993/06/05 04:08:44 $
#
# makefile for sendmail configuration files
#
# $Log: Makefile,v $
# Revision 1.6  1993/06/05  04:08:44  jtkohl
# use tuucp for poop
#
# Revision 1.5  1993/06/05  04:04:19  jtkohl
# add poop
#
# Revision 1.4  1990/06/06  20:41:43  ambar
# typo
#
# Revision 1.3  90/06/06  20:40:15  ambar
# added dependencies for bloom-beacon.cf
# 
# Revision 1.2  89/10/22  16:37:57  ambar
# added dependency for bloom-beacon's cf file.
# 
# Revision 1.1  89/10/22  16:34:19  ambar
# Initial revision
# 
# Revision 1.5  86/11/20  14:01:52  fair
# delete anubis
# 
# Revision 1.4  86/07/22  14:33:57  root
# add fix for hades, add acheron, add dependency for PCAFAC host list.
# EEF
# 
# Revision 1.3  86/05/09  16:24:06  fair
# add hades - EEF
# 
# 
# Revision 1.2  86/04/21  13:26:18  jon
# Add make clean and make install rules.
# 
.SUFFIXES:.cf .mc
.mc.cf: $(RULES)
	$(M4) $< > $@

M4	=	m4
RULES	=	base.m4 canon.m4 zerobase.m4 hacks.m4 gateways.m4 \
		mailer.m4 tcp.mailer local.mailer uucp.mailer

all:
	@echo "To make your configuration, type \"make host.cf\" which will"
	@echo "run m4 on the host.mc file that you edited for your installation."
clean:
	rm -f *.cf

install:

bloom-beacon.cf: base.m4 zerobase.m4 bloom-beacon-magic.m4 gateways.m4 bloom-beacon.mc
bloom-beacon.cf: canon.m4 hacks.m4 mailer.m4 local.mailer tcp.mailer uucp.mailer
poop.cf: base.m4 zerobase.m4 poop-magic.m4 gateways.m4 poop.mc
poop.cf: canon.m4 hacks.m4 mailer.m4 local.mailer tcp.mailer tuucp.mailer
