PERFORCE change 94884 for review

John Birrell jb at FreeBSD.org
Mon Apr 10 03:12:02 UTC 2006


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

Change 94884 by jb at jb_freebsd2 on 2006/04/10 03:11:38

	Build the /usr/src/cddl libs and programs unless the NO_CDDL build
	option is defined.

Affected files ...

.. //depot/projects/dtrace/src/Makefile.inc1#2 edit

Differences ...

==== //depot/projects/dtrace/src/Makefile.inc1#2 (text+ko) ====

@@ -37,6 +37,9 @@
 # We must do etc last for install/distribute to work.
 #
 SUBDIR=	share/info include lib libexec bin
+.if !defined(NO_CDDL)
+SUBDIR+=cddl
+.endif
 .if ${MK_GAMES} != "no"
 SUBDIR+=games
 .endif


More information about the p4-projects mailing list