Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2012 22:15:23 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 218065 for review
Message-ID:  <201210022215.q92MFN70034263@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@218065?ac=10

Change 218065 by brooks@brooks_zenith on 2012/10/02 22:14:35

	Fix the install location for openvswitch.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/usr.bin/openvswitch/Makefile.inc#2 edit
.. //depot/projects/ctsrd/beribsd/src/usr.sbin/openvswitch/Makefile.inc#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/usr.bin/openvswitch/Makefile.inc#2 (text+ko) ====

@@ -3,3 +3,4 @@
 OVSLIBDIR=	../../../lib/openvswitch
 
 .include "${.CURDIR}/${OVSLIBDIR}/ovs.mk"
+.include "../Makefile.inc"

==== //depot/projects/ctsrd/beribsd/src/usr.sbin/openvswitch/Makefile.inc#2 (text+ko) ====

@@ -3,3 +3,4 @@
 OVSLIBDIR=	../../../lib/openvswitch
 
 .include "${.CURDIR}/${OVSLIBDIR}/ovs.mk"
+.include "../Makefile.inc"



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