]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/fwcontrol/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>