PERFORCE change 94959 for review
John Birrell
jb at FreeBSD.org
Mon Apr 10 23:40:09 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=94959
Change 94959 by jb at jb_freebsd2 on 2006/04/10 23:39:21
Ensure that CDDL code is only built if NO_CDDL is not defined.
Affected files ...
.. //depot/projects/dtrace/src/cddl/Makefile#3 edit
Differences ...
==== //depot/projects/dtrace/src/cddl/Makefile#3 (text+ko) ====
@@ -1,5 +1,9 @@
# $FreeBSD$
-SUBDIR= lib usr.bin usr.sbin
+SUBDIR=
+
+.if !defined(NO_CDDL)
+SUBDIR+= lib usr.bin usr.sbin
+.endif
.include <bsd.subdir.mk>
More information about the p4-projects
mailing list