Makefile revision 114275
1# $FreeBSD: head/usr.sbin/fwcontrol/Makefile 114275 2003-04-30 03:39:25Z simokawa $
2
3PROG=	fwcontrol
4SRCS=	fwcontrol.c fwcrom.c fwdv.c
5MAN=	fwcontrol.8
6
7.PATH:	${.CURDIR}/../../sys/dev/firewire
8
9SDIR= ${.CURDIR}/../../sys
10CFLAGS+=-I${.CURDIR} -I${SDIR}
11
12.include <bsd.prog.mk>
13