Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2008 03:20:05 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142867 for review
Message-ID:  <200806040320.m543K5Zw080174@repoman.freebsd.org>

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

Change 142867 by jb@freebsd3 on 2008/06/04 03:19:33

	NO_MAN on 6 instead on MK_MAN. Sigh.

Affected files ...

.. //depot/projects/dtrace6/src/cddl/usr.bin/ctfconvert/Makefile#4 edit
.. //depot/projects/dtrace6/src/cddl/usr.bin/ctfmerge/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace6/src/cddl/usr.bin/ctfconvert/Makefile#4 (text+ko) ====

@@ -46,6 +46,6 @@
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt
 
-MK_MAN=		no
+NO_MAN=		
 
 .include <bsd.prog.mk>

==== //depot/projects/dtrace6/src/cddl/usr.bin/ctfmerge/Makefile#4 (text+ko) ====

@@ -42,6 +42,6 @@
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt
 
-MK_MAN=		no
+NO_MAN=		
 
 .include <bsd.prog.mk>



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