]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix buildworld
authorbapt <bapt@FreeBSD.org>
Fri, 14 Aug 2015 10:17:52 +0000 (10:17 +0000)
committerbapt <bapt@FreeBSD.org>
Fri, 14 Aug 2015 10:17:52 +0000 (10:17 +0000)
Sponsored by: gandi.net

usr.sbin/mpsutil/Makefile

index 59b97a90904c96144dc692548c402f8500ceb0e3..c731f6df260e7f7330f051710f7b319f117749eb 100644 (file)
@@ -9,7 +9,7 @@ WARNS?= 3
 
 LIBADD=        cam util
 
-CFLAGS+= -I../../sys -I. -DUSE_MPT_IOCTLS -g
+CFLAGS+= -I${.CURDIR}/../../sys -I. -DUSE_MPT_IOCTLS -g
 
 
 # Here be dragons