From 01d79d5cdf033750c93e82d0aa1d80f30049da70 Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 8 Jun 2016 18:21:25 +0000 Subject: [PATCH] MFC r300861,r300862: r300861: - Sort make variables - Use SRCTOP instead of ad hoc definition for it r300862: Install ioatcontrol to /usr/bin by default instead of / git-svn-id: svn://svn.freebsd.org/base/stable/10@301678 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/tools/ioat/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/tools/ioat/Makefile b/tools/tools/ioat/Makefile index 62771ad23..e19770ffb 100644 --- a/tools/tools/ioat/Makefile +++ b/tools/tools/ioat/Makefile @@ -2,9 +2,13 @@ PROG= ioatcontrol MAN= ioatcontrol.8 -CFLAGS+= -I${.CURDIR:H:H:H}/sys/dev/ioat -WARNS?= 6 +BINDIR?= /usr/bin + +CFLAGS+= -I${SRCTOP}/sys/dev/ioat + #LIBADD= util LDADD= -lutil +WARNS?= 6 + .include -- 2.45.0