diff options
Diffstat (limited to 'share/doc/papers/future/Makefile')
-rw-r--r-- | share/doc/papers/future/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/doc/papers/future/Makefile b/share/doc/papers/future/Makefile new file mode 100644 index 00000000000..2e0c16c746c --- /dev/null +++ b/share/doc/papers/future/Makefile @@ -0,0 +1,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> |