xref: /original-bsd/share/doc/papers/future/Makefile (revision c3e32dec)
1#	@(#)Makefile	1.3 (Berkeley) 06/08/93
2
3DIR=	papers/future
4SRCS=	0.t 1.t 2.t r.t
5MACROS=	-ms
6
7paper.ps: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11