Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 22:54:43 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101308 for review
Message-ID:  <200607112254.k6BMshFJ017790@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101308

Change 101308 by jb@jb_freebsd2 on 2006/07/11 22:54:37

	Define MK_CDDL for use instead on NO_CDDL.
	
	Also add MK_LIBC_THREADS for use when building libc with libthr
	functions built in.

Affected files ...

.. //depot/projects/dtrace/src/share/mk/bsd.own.mk#5 edit

Differences ...

==== //depot/projects/dtrace/src/share/mk/bsd.own.mk#5 (text+ko) ====

@@ -295,6 +295,7 @@
     BLUETOOTH \
     BOOT \
     CALENDAR \
+    CDDL \
     CPP \
     CRYPT \
     CVS \
@@ -320,6 +321,7 @@
     KERBEROS \
     LIB32 \
     LIBC_R \
+    LIBC_THREADS \
     LIBPTHREAD \
     LIBTHR \
     LOCALES \
@@ -431,6 +433,7 @@
 # MK_* variable is set to "no".
 #
 .for var in \
+    CDDL \
     GNU \
     INET6 \
     IPX \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607112254.k6BMshFJ017790>