diff options
Diffstat (limited to 'mk/subst.mk')
-rw-r--r-- | mk/subst.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk index 73987758f74..3a2eaca7638 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,4 +1,4 @@ -# $NetBSD: subst.mk,v 1.28 2006/01/01 22:52:16 rillig Exp $ +# $NetBSD: subst.mk,v 1.29 2006/01/05 23:16:01 joerg Exp $ # # This Makefile fragment implements a general text replacement facility. # Package makefiles define a ``class'', for each of which a particular @@ -19,7 +19,7 @@ # # SUBST_FILES.<class> # A list of file patterns on which to run the substitution; -# the filenames are relative to ${WRKSRC}. +# the filenames are either absolute or relative to ${WRKSRC}. # # SUBST_SED.<class> # sed(1) substitution expression to run on the specified files. |