From 70c7a939b5330ea55b92c627aee7d5f5edf4f3ee Mon Sep 17 00:00:00 2001 From: mav Date: Wed, 25 May 2016 08:09:14 +0000 Subject: Fix build on stable/10. --- tools/tools/ioat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.1