Fix build on stable/10.

This commit is contained in:
Alexander Motin 2016-05-25 08:09:14 +00:00
parent 7bce1c0d3c
commit 5a11498211
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=300668

View File

@ -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>