xref: /dragonfly/usr.sbin/fwcontrol/Makefile (revision 52f9f0d9)
1# $FreeBSD: src/usr.sbin/fwcontrol/Makefile,v 1.1.2.5 2003/05/01 06:26:35 simokawa Exp $
2
3PROG=	fwcontrol
4SRCS=	fwcontrol.c fwcrom.c fwdv.c
5MAN=	fwcontrol.8
6WARNS?=	2
7
8.PATH:	${.CURDIR}/../../sys/bus/firewire
9
10SDIR= ${.CURDIR}/../../sys
11CFLAGS+=-I${.CURDIR} -I${SDIR}
12
13.include <bsd.prog.mk>
14