PERFORCE change 103132 for review

John Birrell jb at FreeBSD.org
Thu Aug 3 20:35:08 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103132

Change 103132 by jb at jb_freebsd2 on 2006/08/03 20:34:41

	Turn libpthread on again by default.

Affected files ...

.. //depot/projects/dtrace/src/lib/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace/src/lib/Makefile#4 (text+ko) ====

@@ -103,7 +103,7 @@
 _libsmb=	libsmb
 .endif
 
-.if ${MK_LIBPTHREAD} != "yes"
+.if ${MK_LIBPTHREAD} != "no"
 _libpthread=	libpthread
 .endif
 


More information about the p4-projects mailing list