mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
13 lines
205 B
Makefile
13 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fwcontrol
|
|
SRCS= fwcontrol.c fwcrom.c fwdv.c
|
|
MAN= fwcontrol.8
|
|
|
|
.PATH: ${.CURDIR}/../../sys/dev/firewire
|
|
|
|
SDIR= ${.CURDIR}/../../sys
|
|
CFLAGS+=-I${.CURDIR} -I${SDIR}
|
|
|
|
.include <bsd.prog.mk>
|