diff options
author | rillig <rillig> | 2005-06-09 19:49:48 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-06-09 19:49:48 +0000 |
commit | ce11fea82925cb6a8569e7e0f0940a67cddd1b6a (patch) | |
tree | a98578329faa6f7e581cc162f03f2555b7d6d28e /mk | |
parent | 0c06204ff6b9cccacd78e227e33c9b72938c732d (diff) | |
download | pkgsrc-ce11fea82925cb6a8569e7e0f0940a67cddd1b6a.tar.gz |
Fixed a typo.
Diffstat (limited to '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 da36a4c914d..019100bd607 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,7 +1,7 @@ -# $NetBSD: subst.mk,v 1.21 2005/05/20 21:36:05 jlam Exp $ +# $NetBSD: subst.mk,v 1.22 2005/06/09 19:49:48 rillig Exp $ # # This Makefile fragment implements a general text replacement facility. -# Package makefiles define a ``class'', for each of which a paricular +# Package makefiles define a ``class'', for each of which a particular # substitution description can be defined. For each class of files, a # target subst-<class> is created to perform the text replacement. # |