/*
 *
 *  $Header: Makefile,v 1.2.109.2 94/08/30 14:23:12 mike Exp $
 *  Nmake make file for sendmail/cf
 *
 */

.SOURCE :   $(SRCDIR:/^$/./)

all : build

build :

debug :

alpha :

bfa :

install:
	$(INSTALL) sendmail.cf aliases rev-aliases sendmail.hf

rinstall: install
	$(RINSTALL) sendmail.cf aliases rev-aliases sendmail.hf

clean :

clobber : clean

metrics :

