usbdi.9: Some small fixes.
[dragonfly.git] / usr.sbin / fwcontrol / Makefile
1 # $FreeBSD: src/usr.sbin/fwcontrol/Makefile,v 1.1.2.5 2003/05/01 06:26:35 simokawa Exp $
2
3 PROG=   fwcontrol
4 SRCS=   fwcontrol.c fwcrom.c fwdv.c
5 MAN=    fwcontrol.8
6
7 .PATH:  ${.CURDIR}/../../sys/bus/firewire
8
9 SDIR= ${.CURDIR}/../../sys
10 CFLAGS+=-I${.CURDIR} -I${SDIR}
11
12 .include <bsd.prog.mk>