summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-05-25 08:09:14 +0000
committermav <mav@FreeBSD.org>2016-05-25 08:09:14 +0000
commit70c7a939b5330ea55b92c627aee7d5f5edf4f3ee (patch)
treec8c3eea9cef1a5840a60f29a842a01781e8451ad /tools
parentc39a9c73235c38f00e6aa165711a30bd07014153 (diff)
downloadFreeBSD-src-70c7a939b5330ea55b92c627aee7d5f5edf4f3ee.zip
FreeBSD-src-70c7a939b5330ea55b92c627aee7d5f5edf4f3ee.tar.gz
Fix build on stable/10.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ioat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools/ioat/Makefile b/tools/tools/ioat/Makefile
index 7ea3e6e..62771ad 100644
--- a/tools/tools/ioat/Makefile
+++ b/tools/tools/ioat/Makefile
@@ -4,6 +4,7 @@ PROG= ioatcontrol
MAN= ioatcontrol.8
CFLAGS+= -I${.CURDIR:H:H:H}/sys/dev/ioat
WARNS?= 6
-LIBADD= util
+#LIBADD= util
+LDADD= -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud