diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-08-14 10:17:52 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-08-14 10:17:52 +0000 |
| commit | 125c7a1e56b40183d53d0f956ad05f9f11503b05 (patch) | |
| tree | 9613a1964c879a87601ec77d11c87a7180bad0a7 /usr.sbin/mpsutil | |
| parent | 29b76e539f9c175b970dab38d5ef3d1b96bcc5ae (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mpsutil')
| -rw-r--r-- | usr.sbin/mpsutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mpsutil/Makefile b/usr.sbin/mpsutil/Makefile index 59b97a90904c9..c731f6df260e7 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 |
