64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
212 B
Makefile
14 lines
212 B
Makefile
# $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>
|