freebsd-src/usr.sbin/fwcontrol/Makefile

14 lines
225 B
Makefile
Raw Normal View History

2002-12-30 10:13:16 +00:00
# $FreeBSD$
PROG= fwcontrol
SRCS= fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
2002-12-30 10:13:16 +00:00
MAN= fwcontrol.8
WARNS= 3
2002-12-30 10:13:16 +00:00
2003-04-26 16:46:59 +00:00
.PATH: ${.CURDIR}/../../sys/dev/firewire
2003-04-30 03:39:25 +00:00
SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${.CURDIR} -I${SDIR}
2002-12-30 10:13:16 +00:00
.include <bsd.prog.mk>