aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-16 18:05:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-16 18:05:28 +0000
commit1955e810ab4d4bd1d05d713dd342a04829b3d983 (patch)
treebdb7040e26779ce275c8b2ffab9f5c74a6af7791 /gnu
parent1d31680ea6a9ff61b442f476299e4e8c55461f46 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bison/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bison/doc/Makefile b/gnu/usr.bin/bison/doc/Makefile
index 8f4d4d3b742a..97bbb93c9e26 100644
--- a/gnu/usr.bin/bison/doc/Makefile
+++ b/gnu/usr.bin/bison/doc/Makefile
@@ -4,6 +4,6 @@ INFO = bison
INFOSECTION= "Programming & development tools."
INFOENTRY_bison= "* Bison: (bison). The GNU YACC-compatible parser generator."
-.PATH: ${.CURDIR}/../../../../contrib/bison
+SRCDIR= ${.CURDIR}/../../../../contrib/bison
.include <bsd.info.mk>