#
#  Sendmail
#  Copyright (c) 1983  Eric P. Allman
#  Berkeley, California
#
#  Copyright (c) 1983 Regents of the University of California.
#  All rights reserved.  The Berkeley software License Agreement
#  specifies the terms and conditions for redistribution.
#
#	@(#)Makefile	5.2 (Berkeley) 6/25/85
#
######################################################################
#
#	Makefile for Sendmail UCB configuration files
#
######################################################################


NSSRCS=	arpa.mc \
	monet.mc \
	ucbvax.mc
GENSRCS=ucbtcp.mc

NSALL=	arpa.cf \
	monet.cf \
	ucbvax.cf
PROTOS=	ucbtcp.cf
ALL=	$(NSALL) $(PROTOS)

GET=	sccs get

.SUFFIXES: .mc .cf

.mc.cf:
	m4 $*.mc > $*.cf

all: $(ALL)

clean:
	rm -f $(ALL) a.out core make.out
	rm -f ,*
