PERFORCE change 126883 for review

John Birrell jb at FreeBSD.org
Thu Sep 27 14:35:41 PDT 2007


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

Change 126883 by jb at 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"


More information about the p4-projects mailing list