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 19:01:36 +00:00
parent 52d2dcd098
commit 82023c98a9

View File

@ -4,4 +4,7 @@ DIR= papers/fsinterface
SRCS= fsinterface.ms
MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>