#       BSDI Makefile,v 1.1 1995/12/06 18:13:54 sanders Exp

.include "Makefile.inc"

SUBDIR=	cf domain feature hack m4 mailer ostype sh siteconfig
FILES=	README

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${FILES} \
		${DESTDIR}${CFDIR}

.include <bsd.subdir.mk>
