aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-09-26 20:34:21 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-09-26 20:34:21 +0000
commitc711b5fe88374ae1e73239c6eed0cce57aeb4b83 (patch)
treebfb862af6428a98fae54d45e3590ae1e1a200076 /usr.bin/make
parentf8ac10df9f480aa30f88bcbe45ba72a371013f03 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index afd065fce8a33..311de0cef36c2 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -31,7 +31,7 @@ CFLAGS+=-D__FBSDID=__RCSID
main.o shell.o: ${MAKEFILE}
# Directive and keyword tables. We use hash tables. These hash tables have been
-# generated with mph which can be found on the usual GNU mirrors.
+# generated with mph (ports/devel/mph)
# If you change the directives or keywords (adding, deleting, reordering) you
# need to create new tables and hash functions (directive_hash, keyword_hash).
#