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

PROG=	fwcontrol
SRCS=	fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
MAN=	fwcontrol.8
WARNS?=	3

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

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

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