#	BSDI	Makefile,v 2.1 1995/02/03 13:24:14 polk Exp
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

DIR=	usd/12.exref
SRCS=	ex.rm
MACROS=	-msU
CLEANFILES=summary.*

paper.ps: ${SRCS} summary.ps
	${ROFF} ${SRCS} > ${.TARGET}

summary.ps: ex.summary
	${TBL} ex.summary | ${ROFF} > ${.TARGET}

.include <bsd.doc.mk>
