From fb7950986704752bcdcbd26042023d05bbf5028a Mon Sep 17 00:00:00 2001 From: mav Date: Wed, 25 May 2016 08:09:14 +0000 Subject: [PATCH] Fix build on stable/10. git-svn-id: svn://svn.freebsd.org/base/stable/10@300668 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/tools/ioat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tools/ioat/Makefile b/tools/tools/ioat/Makefile index 7ea3e6e99..62771ad23 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 -- 2.45.0