# /usr/src/usr.lib/sendmail/lib/Makefile for MacMach

include /usr/src/COPYRIGHTS

ALL=	sendmail.hf
SRCS=	sendmail.hf

all:	FRC

install: FRC
	install -c -o bin -g bin -m 444 sendmail.hf ${DESTDIR}/usr/lib/sendmail.hf

clean:	FRC

compress: clean
	find . -type f ! -name Makefile ! -name '*.Z' -exec compress {} \;

uncompress: FRC
	find . -type f ! -name Makefile -name '*.Z' -exec uncompress {} \;

FRC:
