Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2006 03:12:01 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 94884 for review
Message-ID:  <200604100312.k3A3C18s080005@repoman.freebsd.org>

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

Change 94884 by jb@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



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