PERFORCE change 101535 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 10:07:46 UTC 2006


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

Change 101535 by jb at jb_freebsd2 on 2006/07/14 10:06:59

	Fix typos.

Affected files ...

.. //depot/projects/dtrace/src/sbin/ggate/ggatec/Makefile#4 edit
.. //depot/projects/dtrace/src/sbin/ggate/ggated/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace/src/sbin/ggate/ggatec/Makefile#4 (text+ko) ====

@@ -14,7 +14,7 @@
 DPADD=	${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL}
 LDADD=	-lgeom -lsbuf -lbsdxml -lutil
 
-.if ${MK_LIB_THREADS} == "no"
+.if ${MK_LIBC_THREADS} == "no"
 DPADD+=	${LIBPTHREAD}
 LDADD+=	-lpthread
 .endif

==== //depot/projects/dtrace/src/sbin/ggate/ggated/Makefile#4 (text+ko) ====

@@ -8,7 +8,7 @@
 MAN=	ggated.8
 SRCS=	ggated.c ggate.c
 
-.if ${MK_LIB_THREADS} == "no"
+.if ${MK_LIBC_THREADS} == "no"
 DPADD=	${LIBPTHREAD}
 LDADD=	-lpthread
 .endif


More information about the p4-projects mailing list