Make it make-able by adding a rule for paper.ps.

Reviewed by:
Submitted by:	guido
This commit is contained in:
Guido van Rooij 1994-08-24 18:57:49 +00:00
parent c3181accea
commit 998d2443a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2263

View File

@ -1,7 +1,10 @@
# @(#)Makefile 5.2 (Berkeley) 6/8/93
DIR= papers/beyond43
SRCS= beyond43.ms
DOC= beyond43
MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>