diff options
author | ache <ache@FreeBSD.org> | 1997-01-16 18:05:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-01-16 18:05:28 +0000 |
commit | d516d6f3129cd9be81412356c1cd7182b99fda11 (patch) | |
tree | bdb7040e26779ce275c8b2ffab9f5c74a6af7791 /gnu | |
parent | 4980dadaa505f34a1f371c91432b872c95f8e267 (diff) | |
download | FreeBSD-src-d516d6f3129cd9be81412356c1cd7182b99fda11.zip FreeBSD-src-d516d6f3129cd9be81412356c1cd7182b99fda11.tar.gz |
Use SRCDIR instead of PATH
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 8f4d4d3..97bbb93 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> |