summaryrefslogtreecommitdiff
path: root/mk/install/install.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/install/install.mk')
-rw-r--r--mk/install/install.mk4
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