diff options
author | reed <reed> | 2012-07-28 21:33:48 +0000 |
---|---|---|
committer | reed <reed> | 2012-07-28 21:33:48 +0000 |
commit | 3a1b0f3aab3fa50c34353e26484e9d1742fe8400 (patch) | |
tree | ee932885cf205663216894fa374617cdaef4465f /mk | |
parent | 73d3fbf2a954a94a717318e6376aa393a25bfca6 (diff) | |
download | pkgsrc-3a1b0f3aab3fa50c34353e26484e9d1742fe8400.tar.gz |
fix typo in comment
Diffstat (limited to 'mk')
-rw-r--r-- | mk/install/install.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk index e0fcd426c69..f41cff58d0b 100644 --- a/mk/install/install.mk +++ b/mk/install/install.mk @@ -1,4 +1,4 @@ -# $NetBSD: install.mk,v 1.63 2011/10/15 00:23:09 reed Exp $ +# $NetBSD: install.mk,v 1.64 2012/07/28 21:33:48 reed Exp $ # # This file provides the code for the "install" phase. # @@ -29,7 +29,7 @@ # This option is not supported by all packages. # # STRIP_DEBUG -# If set to "yes", call ${STRI} -g to remove debug information +# If set to "yes", call ${STRIP} -g to remove debug information # from all files. The symbol tables are still preserved. # # Keywords: strip unstripped |