mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
12 lines
205 B
Makefile
12 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>
|