cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / usr.sbin / fwcontrol / Makefile
blob10320d20d60b0c78ca5989c3d6908f1ae7257a29
1 # $FreeBSD$
3 PROG= fwcontrol
4 SRCS= fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
5 MAN= fwcontrol.8
6 WARNS?= 3
8 .PATH: ${.CURDIR}/../../sys/dev/firewire
10 SDIR= ${.CURDIR}/../../sys
11 CFLAGS+=-I${.CURDIR} -I${SDIR}
13 .include <bsd.prog.mk>