diff options
Diffstat (limited to 'share/doc/papers')
-rw-r--r-- | share/doc/papers/beyond4.3/Makefile | 2 |
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> |