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

Reviewed by:
Submitted by:	guido
This commit is contained in:
guido 1994-08-24 18:57:49 +00:00
parent 91da6f326f
commit b228cafafb

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>