From 7b8e76f4805c5c85257950a7f3b3c7f4c60a39af Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 27 May 2016 18:40:38 +0000 Subject: [PATCH] Install ioatcontrol to /usr/bin by default instead of / MFC after: 1 week Sponsored by: EMC / Isilon Storage Division --- tools/tools/ioat/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools/ioat/Makefile b/tools/tools/ioat/Makefile index 4f7025227dcb..7db23b941997 100644 --- a/tools/tools/ioat/Makefile +++ b/tools/tools/ioat/Makefile @@ -2,6 +2,7 @@ PROG= ioatcontrol MAN= ioatcontrol.8 +BINDIR?= /usr/bin CFLAGS+= -I${SRCTOP}/sys/dev/ioat