svn commit: r300668 - stable/10/tools/tools/ioat
Alexander Motin
mav at FreeBSD.org
Wed May 25 08:09:16 UTC 2016
Author: mav
Date: Wed May 25 08:09:14 2016
New Revision: 300668
URL: https://svnweb.freebsd.org/changeset/base/300668
Log:
Fix build on stable/10.
Modified:
stable/10/tools/tools/ioat/Makefile
Modified: stable/10/tools/tools/ioat/Makefile
==============================================================================
--- stable/10/tools/tools/ioat/Makefile Wed May 25 07:48:36 2016 (r300667)
+++ stable/10/tools/tools/ioat/Makefile Wed May 25 08:09:14 2016 (r300668)
@@ -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>
More information about the svn-src-stable-10
mailing list