PERFORCE change 141267 for review

Sam Leffler sam at FreeBSD.org
Wed May 7 05:21:59 UTC 2008


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

Change 141267 by sam at sam_ebb on 2008/05/07 05:21:09

	IFC @ 141265

Affected files ...

.. //depot/projects/vap/etc/mtree/BSD.include.dist#3 edit
.. //depot/projects/vap/include/Makefile#3 edit

Differences ...

==== //depot/projects/vap/etc/mtree/BSD.include.dist#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/etc/mtree/BSD.include.dist,v 1.120 2007/10/03 05:51:20 ru Exp $
+# $FreeBSD: src/etc/mtree/BSD.include.dist,v 1.121 2008/05/07 04:11:21 jhb Exp $
 #
 # Please see the file src/etc/mtree/README before making changes to this file.
 #
@@ -102,6 +102,10 @@
         ..
         lmc
         ..
+        mpt
+            mpilib
+            ..
+        ..
         ofw
         ..
         pbio

==== //depot/projects/vap/include/Makefile#3 (text+ko) ====

@@ -1,5 +1,5 @@
 #	@(#)Makefile	8.2 (Berkeley) 1/4/94
-# $FreeBSD: src/include/Makefile,v 1.276 2007/10/01 18:07:29 ru Exp $
+# $FreeBSD: src/include/Makefile,v 1.277 2008/05/07 04:11:21 jhb Exp $
 #
 # Doing a "make install" builds /usr/include.
 
@@ -59,6 +59,8 @@
 	ufs/ffs ufs/ufs
 #LSUBDIRS+=	netatm/ipatm netatm/sigpvc netatm/spans netatm/uni
 
+LSUBSUBDIRS=	dev/mpt/mpilib
+
 .if ${MACHINE_ARCH} == "powerpc"
 _dev_powermac_nvram=	dev/powermac_nvram
 .endif
@@ -72,7 +74,7 @@
 .endif
 
 .if ${MK_BLUETOOTH} != "no"
-LSUBSUBDIRS=	netgraph/bluetooth/include
+LSUBSUBDIRS+=	netgraph/bluetooth/include
 .endif
 
 # XXX unconditionally needed by <netsmb/netbios.h>


More information about the p4-projects mailing list