PERFORCE change 101308 for review

John Birrell jb at FreeBSD.org
Tue Jul 11 22:54:44 UTC 2006


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

Change 101308 by jb at 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 \


More information about the p4-projects mailing list