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