summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-05-27 18:39:47 +0000
committerngie <ngie@FreeBSD.org>2016-05-27 18:39:47 +0000
commiteeef7cdba679e6de6e373e401f81855af36083a2 (patch)
tree7a066c44f29b2122a40b83f89309a73e7b68f567 /tools
parenta8f000b5a4baf22e285f3149792e249453ff386c (diff)
downloadFreeBSD-src-eeef7cdba679e6de6e373e401f81855af36083a2.zip
FreeBSD-src-eeef7cdba679e6de6e373e401f81855af36083a2.tar.gz
- Sort make variables
- Use SRCTOP instead of ad hoc definition for it MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ioat/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/tools/ioat/Makefile b/tools/tools/ioat/Makefile
index 7ea3e6e..4f70252 100644
--- a/tools/tools/ioat/Makefile
+++ b/tools/tools/ioat/Makefile
@@ -2,8 +2,11 @@
PROG= ioatcontrol
MAN= ioatcontrol.8
-CFLAGS+= -I${.CURDIR:H:H:H}/sys/dev/ioat
-WARNS?= 6
+
+CFLAGS+= -I${SRCTOP}/sys/dev/ioat
+
LIBADD= util
+WARNS?= 6
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud