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 19:01:36 +00:00
parent 998d2443a0
commit 0c43d89a0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2264

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>