From 125c7a1e56b40183d53d0f956ad05f9f11503b05 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 14 Aug 2015 10:17:52 +0000 Subject: [PATCH] Fix buildworld Sponsored by: gandi.net --- usr.sbin/mpsutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mpsutil/Makefile b/usr.sbin/mpsutil/Makefile index 59b97a90904c..c731f6df260e 100644 --- a/usr.sbin/mpsutil/Makefile +++ b/usr.sbin/mpsutil/Makefile @@ -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