diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-09-26 20:34:21 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-09-26 20:34:21 +0000 |
| commit | c711b5fe88374ae1e73239c6eed0cce57aeb4b83 (patch) | |
| tree | bfb862af6428a98fae54d45e3590ae1e1a200076 /usr.bin/make | |
| parent | f8ac10df9f480aa30f88bcbe45ba72a371013f03 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/Makefile | 2 |
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). # |
