1#	@(#)Makefile	8.1 (Berkeley) 06/08/93
2
3DIR=	smm/02.config
4SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t
5MACROS=	-ms
6
7paper.ps: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11