summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol/Makefile
blob: 54c24c1f4481de5785f06d5a5ca7e9c02ea297f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=	fwcontrol
SRCS=	fwcontrol.c fwcrom.c fwdv.c
MAN=	fwcontrol.8

.PATH:	${.CURDIR}/../../sys/dev/firewire

SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${.CURDIR} -I${SDIR}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud