diff options
-rw-r--r-- | mk/pthread.buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pthread.buildlink3.mk b/mk/pthread.buildlink3.mk index 51b2339fb2d..a8ef1da774a 100644 --- a/mk/pthread.buildlink3.mk +++ b/mk/pthread.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: pthread.buildlink3.mk,v 1.18 2004/11/25 19:34:03 jlam Exp $ +# $NetBSD: pthread.buildlink3.mk,v 1.19 2004/11/29 17:27:14 seb Exp $ # # The pthreads strategy for pkgsrc is to "bless" a particular pthread # package as the Official Pthread Replacement (OPR). A package that uses @@ -96,7 +96,7 @@ # # PTHREAD_AUTO_VARS is "yes" or "no" for whether the values of the variables # PTHREAD_{CFLAGS,CPPFLAGS,LDFLAGS,LIBS} should be automatically added -# to their respective variables. Defaults to "yes". +# to their respective variables. Defaults to "no". # # _PKG_PTHREAD is the fall-back package pthread implementation use by # pthread.buildlink3.mk. |