diff options
-rw-r--r-- | mk/plist/plist-macros.awk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/plist/plist-macros.awk b/mk/plist/plist-macros.awk index 16c428a6971..46f34d1e8c5 100644 --- a/mk/plist/plist-macros.awk +++ b/mk/plist/plist-macros.awk @@ -1,9 +1,11 @@ -# $NetBSD: plist-macros.awk,v 1.1 2007/10/31 21:09:03 rillig Exp $ +# $NetBSD: plist-macros.awk,v 1.2 2008/01/05 17:03:04 rillig Exp $ BEGIN { IMAKE_MANINSTALL = getenv_or_die("IMAKE_MANINSTALL") } +# XXX: Don't use this macro, since it is not yet supported. +# # @imake-man dir basename extension # # Creates up to two PLIST entries for man pages of imake-style programs. |