diff options
-rw-r--r-- | share/doc/papers/memfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/memfs/Makefile b/share/doc/papers/memfs/Makefile index 114d792..358d543 100644 --- a/share/doc/papers/memfs/Makefile +++ b/share/doc/papers/memfs/Makefile @@ -16,7 +16,7 @@ paper.t: 0.t 1.t ref.bib.i A.gt > ${.TARGET} ref.bib.i: ref.bib - ${INDXBIB} -c ${.CURDIR}/../../../../contrib/groff/indxbib/eign \ + ${INDXBIB} -c ${.CURDIR}/../../../../contrib/groff/src/utils/indxbib/eign \ -o ref.bib ${.ALLSRC} .include <bsd.doc.mk> |