diff --git a/share/doc/papers/beyond4.3/Makefile b/share/doc/papers/beyond4.3/Makefile index 02150fd6e3f6..bb30a1ad2ca6 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