diff options
-rw-r--r-- | mk/bsd.options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk index 7716ef4e9ed..b377df196e2 100644 --- a/mk/bsd.options.mk +++ b/mk/bsd.options.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.options.mk,v 1.39 2005/06/08 16:19:08 dillo Exp $ +# $NetBSD: bsd.options.mk,v 1.40 2005/06/08 22:36:52 wiz Exp $ # # This Makefile fragment provides boilerplate code for standard naming # conventions for handling per-package build options. @@ -11,7 +11,7 @@ # # PKG_SUPPORTED_OPTIONS= kerberos ldap ssl # -# PKG_OPTION_VAR (must be defined) +# PKG_OPTIONS_VAR (must be defined) # The variable the user can set to enable or disable # options specifically for this package. # |