]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ioat/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.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
11 .include <bsd.prog.mk>