PERFORCE change 95457 for review

John Birrell jb at FreeBSD.org
Mon Apr 17 22:21:45 UTC 2006


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

Change 95457 by jb at jb_freebsd2 on 2006/04/17 22:21:19

	Fix an endif. 

Affected files ...

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

Differences ...

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

@@ -39,7 +39,7 @@
 SUBDIR=	share/info include lib libexec bin
 .if defined(NO_CDDL)
 NO_CTF=1
-#else
+.else
 SUBDIR+=cddl
 .endif
 .if ${MK_GAMES} != "no"


More information about the p4-projects mailing list