Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2006 17:40:30 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111561 for review
Message-ID:  <200612121740.kBCHeUjR004969@repoman.freebsd.org>

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

Change 111561 by mjacob@mjexp on 2006/12/12 17:39:43

	Fix path.

Affected files ...

.. //depot/projects/mjexp/sbin/geom/class/multipath/Makefile#2 edit

Differences ...

==== //depot/projects/mjexp/sbin/geom/class/multipath/Makefile#2 (text+ko) ====

@@ -1,8 +1,10 @@
-# $FreeBSD: src/sbin/geom/class/stripe/Makefile,v 1.3 2004/05/21 22:12:24 pjd Exp $
+# $FreeBSD$
 
 .PATH: ${.CURDIR}/../../misc
-CFLAGS+= -I${.CURDIR}/../../../newisp
 CLASS=	multipath
 NO_MAN=true
 
+
 .include <bsd.lib.mk>
+
+CFLAGS+=  -I${.CURDIR}/../../../../sys



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