diff options
Diffstat (limited to 'usr.sbin/fwcontrol/Makefile')
| -rw-r--r-- | usr.sbin/fwcontrol/Makefile | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/fwcontrol/Makefile b/usr.sbin/fwcontrol/Makefile new file mode 100644 index 000000000000..e2201c2fcb73 --- /dev/null +++ b/usr.sbin/fwcontrol/Makefile @@ -0,0 +1,12 @@ +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} +CWARNFLAGS+=	${NO_WZERO_LENGTH_BOUNDS} + +.include <bsd.prog.mk>  | 
