summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/doc/papers/beyond4.3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/beyond4.3/Makefile b/share/doc/papers/beyond4.3/Makefile
index 02150fd..bb30a1a 100644
--- a/share/doc/papers/beyond4.3/Makefile
+++ b/share/doc/papers/beyond4.3/Makefile
@@ -5,6 +5,6 @@ DOC= beyond43
MACROS= -ms
paper.ps: ${SRCS}
- ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+ ${TBL} ${.CURDIR}/${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>
OpenPOWER on IntegriCloud