diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-16 18:05:28 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-16 18:05:28 +0000 |
| commit | 1955e810ab4d4bd1d05d713dd342a04829b3d983 (patch) | |
| tree | bdb7040e26779ce275c8b2ffab9f5c74a6af7791 /gnu | |
| parent | 1d31680ea6a9ff61b442f476299e4e8c55461f46 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/bison/doc/Makefile | 2 |
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> |
