Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2007 21:35:41 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 126883 for review
Message-ID:  <200709272135.l8RLZe9B078175@repoman.freebsd.org>

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

Change 126883 by jb@jb_freebsd1 on 2007/09/27 21:35:03

	Reset to match CVS before adding the DTrace things back in.

Affected files ...

.. //depot/projects/dtrace/src/cddl/usr.bin/Makefile.inc#3 edit
.. //depot/projects/dtrace/src/cddl/usr.sbin/Makefile.inc#3 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/usr.bin/Makefile.inc#3 (text+ko) ====

@@ -1,11 +1,5 @@
-#	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
-# $FreeBSD: src/bin/Makefile.inc,v 1.23 2006/03/17 18:54:20 ru Exp $
-
-.include <bsd.own.mk>
+# $FreeBSD: src/cddl/usr.bin/Makefile.inc,v 1.1 2007/04/06 01:08:58 pjd Exp $
 
 BINDIR?=	/usr/bin
-WARNS?=		6
 
-.if ${MK_DYNAMICROOT} == "no"
-NO_SHARED?=	YES
-.endif
+.include "../Makefile.inc"

==== //depot/projects/dtrace/src/cddl/usr.sbin/Makefile.inc#3 (text+ko) ====

@@ -1,10 +1,5 @@
-# $FreeBSD$
+# $FreeBSD: src/cddl/usr.sbin/Makefile.inc,v 1.1 2007/04/06 01:08:58 pjd Exp $
 
-.include <bsd.own.mk>
-
 BINDIR?=	/usr/sbin
-WARNS?=		6
 
-.if ${MK_DYNAMICROOT} == "no"
-NO_SHARED?=	YES
-.endif
+.include "../Makefile.inc"



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