freebsd-src/usr.sbin/fwcontrol/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
239 B
Makefile
Raw Normal View History

2002-12-30 10:13:16 +00:00
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
.PATH: ${SRCTOP}/sys/dev/firewire
2003-04-26 16:46:59 +00:00
SDIR= ${SRCTOP}/sys
2003-04-30 03:39:25 +00:00
CFLAGS+=-I${.CURDIR} -I${SDIR}
CWARNFLAGS+= ${NO_WZERO_LENGTH_BOUNDS}
2003-04-30 03:39:25 +00:00
2002-12-30 10:13:16 +00:00
.include <bsd.prog.mk>