summaryrefslogtreecommitdiff
path: root/share/doc/papers/future/Makefile
blob: 2e0c16c746cf71087f349d1970e1306ca7505b09 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	1.3 (Berkeley) 6/8/93

DIR=	papers/future
SRCS=	0.t 1.t 2.t r.t
MACROS=	-ms

paper.ps: ${SRCS}
	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}

.include <bsd.doc.mk>