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