aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ioat/Makefile
blob: 32a0478eb0a3c5640e3f5aa3fe58c7dea396f380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

PROG=	ioatcontrol
MAN=	ioatcontrol.8
BINDIR?=	/usr/bin

CFLAGS+=	-I${SRCTOP}/sys/dev/ioat

LIBADD=	util

.include <bsd.prog.mk>