]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/ioat/Makefile
Fix build on stable/10.
[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 LDADD=  -lutil
9
10 .include <bsd.prog.mk>