Index: head/usr.sbin/mpsutil/Makefile =================================================================== --- head/usr.sbin/mpsutil/Makefile (revision 290114) +++ head/usr.sbin/mpsutil/Makefile (revision 290115) @@ -1,21 +1,22 @@ # $FreeBSD$ PROG= mpsutil SRCS= mpsutil.c mps_cmd.c mps_show.c MAN= mpsutil.8 WARNS?= 3 #LIBADD= cam util LINKS= ${BINDIR}/mpsutil ${BINDIR}/mprutil MLINKS= mpsutil.8 mprutil.8 CFLAGS+= -I${.CURDIR}/../../sys -I. -DUSE_MPT_IOCTLS - +# Avoid dirdep dependency on libutil +CFLAGS+= -I${SRCTOP}/lib/libutil # Here be dragons .ifdef DEBUG CFLAGS+= -DDEBUG .endif .include Index: head/usr.sbin/mpsutil/Makefile.depend =================================================================== --- head/usr.sbin/mpsutil/Makefile.depend (revision 290114) +++ head/usr.sbin/mpsutil/Makefile.depend (revision 290115) @@ -1,19 +1,18 @@ # $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ - lib/libutil \ .include .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree .endif