]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/fwcontrol/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / fwcontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   fwcontrol
4 SRCS=   fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
5 MAN=    fwcontrol.8
6 WARNS?= 3
7
8 .PATH:  ${.CURDIR}/../../sys/dev/firewire
9
10 SDIR= ${.CURDIR}/../../sys
11 CFLAGS+=-I${.CURDIR} -I${SDIR}
12
13 .include <bsd.prog.mk>