xref: /dragonfly/usr.sbin/fwcontrol/Makefile (revision 25a2db75)
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
6
7.PATH:	${.CURDIR}/../../sys/bus/firewire
8
9SDIR= ${.CURDIR}/../../sys
10CFLAGS+=-I${.CURDIR} -I${SDIR}
11
12.include <bsd.prog.mk>
13