]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/ioat/Makefile
MFC r300861,r300862:
[FreeBSD/stable/10.git] / tools / tools / ioat / Makefile
1 # $FreeBSD$
2
3 PROG=   ioatcontrol
4 MAN=    ioatcontrol.8
5 BINDIR?=        /usr/bin
6
7 CFLAGS+=        -I${SRCTOP}/sys/dev/ioat
8
9 #LIBADD=        util
10 LDADD=  -lutil
11
12 WARNS?= 6
13
14 .include <bsd.prog.mk>