aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gperf
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-16 18:14:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-16 18:14:44 +0000
commit7ebc4b10b2e29bf904568effeb9803166a660243 (patch)
treed9175b3fbf33aba2b818c23e8c2c9e8ed98e3310 /gnu/usr.bin/gperf
parent0f3a42ea074ab8f92f3c6677da9ade2def268bae (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/gperf')
-rw-r--r--gnu/usr.bin/gperf/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gperf/doc/Makefile b/gnu/usr.bin/gperf/doc/Makefile
index ad34ac767e1d..eac57053eb0d 100644
--- a/gnu/usr.bin/gperf/doc/Makefile
+++ b/gnu/usr.bin/gperf/doc/Makefile
@@ -4,6 +4,6 @@ INFO = gperf
INFOSECTION= "Programming & development tools."
INFOENTRY_gperf= "* Gperf: (gperf). The GNU perfect hash function generator."
-.PATH: ${.CURDIR}/../../../../contrib/gperf
+SRCDIR= ${.CURDIR}/../../../../contrib/gperf
.include <bsd.info.mk>