diff options
| author | rillig <rillig@NetBSD.org> | 2021-12-07 22:40:52 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-12-07 22:40:52 +0000 |
| commit | f30d2e535feecc2e6a982f5fd8f115aeeeb8fc9a (patch) | |
| tree | 28d8b7c5071a9a38289325be89c0218b7ffa00f8 /share | |
| parent | f4e9b8f0ce3d5718c1627e51f13e84b58f3fb4c0 (diff) | |
bsd.clean.mk: fix typo in comment
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.clean.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.clean.mk b/share/mk/bsd.clean.mk index 61b34b6d882..d9a8e0f6280 100644 --- a/share/mk/bsd.clean.mk +++ b/share/mk/bsd.clean.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.clean.mk,v 1.8 2012/11/19 16:04:54 apb Exp $ +# $NetBSD: bsd.clean.mk,v 1.9 2021/12/07 22:40:52 rillig Exp $ # <bsd.clean.mk> # @@ -53,7 +53,7 @@ __docleandir: .PHONY .MADE __cleanuse CLEANDIRFILES # The use of :M* is needed to handle the case that CLEANFILES # or CLEANDIRFILES is not completely empty but contains spaces. # This can easily happen when CLEANFILES or CLEANDIRFILES is set -# from other variables that happen to be empty.) +# from other variables that happen to be empty. # # The use of :Q is needed to handle the case that CLEANFILES # or CLEANDIRFILES contains quoted strings, such as |
