diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/apache.mk | 4 | ||||
-rw-r--r-- | mk/defaults/mk.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/apache.mk b/mk/apache.mk index 5d2c059742f..9e940e74206 100644 --- a/mk/apache.mk +++ b/mk/apache.mk @@ -1,4 +1,4 @@ -# $NetBSD: apache.mk,v 1.12 2006/06/02 18:27:57 joerg Exp $ +# $NetBSD: apache.mk,v 1.13 2006/07/10 17:11:32 wiz Exp $ # # This Makefile fragment handles Apache dependencies and make variables, # and is meant to be included by packages that require Apache either at @@ -36,7 +36,7 @@ APACHE_MK= # defined # Add a runtime dependency on the apache server. # This may or may not create an actual dependency depending on -# what the apache buildlink[23].mk file does. +# what the apache buildlink3.mk file does. # .if defined(_APACHE_PKGSRCDIR) . include "${_APACHE_BL_SRCDIR}/buildlink3.mk" diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 75abef52500..888eca2e423 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.123 2006/06/26 18:00:02 salo Exp $ +# $NetBSD: mk.conf,v 1.124 2006/07/10 17:11:32 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -155,7 +155,7 @@ PREFER_NATIVE?= yes # When building packages, whether to prefer the pkgsrc or native # versions of software that's also part of the base system. Its value # can be either yes/no, or a list of packages as named in the -# BUILDLINK_PACKAGES line in a package's buildlink[23].mk file. +# BUILDLINK_PACKAGES line in a package's buildlink3.mk file. # Preferences are determined by the most specific instance of the # package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is # specified in neither or in both variables, then PREFER_PKGSRC has |