1#	@(#)Makefile	8.1 (Berkeley) 04/13/94
2
3DIR=	smm/09.sendmail
4SRCS=	changes.me
5MACROS=	-me
6
7all: changes.ps
8
9changes.ps: ${SRCS}
10	rm -f ${.TARGET}
11	${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
12
13.include <bsd.doc.mk>
14