diff options
author | grant <grant@pkgsrc.org> | 2003-12-23 01:32:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-23 01:32:58 +0000 |
commit | 024933be6369b8861428231accff0ccd5477589f (patch) | |
tree | 34b89f33fcce801014b1a4d553377b98e0e1f9c3 /mk | |
parent | d69161f67387092ce9055730b299788371b0b35a (diff) | |
download | pkgsrc-024933be6369b8861428231accff0ccd5477589f.tar.gz |
fix a comment.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index cfbcdcde7c5..df9e7e88c82 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.16 2003/12/04 04:33:19 jschauma Exp $ +# $NetBSD: tools.mk,v 1.17 2003/12/23 01:32:58 grant Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -7,7 +7,7 @@ TOOLS_MK= # defined # Prepend ${TOOLS_DIR}/bin to the PATH so that our scripts are found -# first when search for executables. +# first when searching for executables. # TOOLS_DIR= ${WRKDIR}/.tools PATH:= ${TOOLS_DIR}/bin:${PATH} |