]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/ioat/Makefile
MFC ioat(4) driver in its present state.
[FreeBSD/stable/10.git] / tools / tools / ioat / Makefile
1 # $FreeBSD$
2
3 PROG=   ioatcontrol
4 MAN=    ioatcontrol.8
5 CFLAGS+=        -I${.CURDIR:H:H:H}/sys/dev/ioat
6 WARNS?= 6
7 LIBADD= util
8
9 .include <bsd.prog.mk>