repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git]
/
usr.sbin
/
fwcontrol
/
Makefile
blob
10320d20d60b0c78ca5989c3d6908f1ae7257a29
1
# $FreeBSD$
2
3
PROG
=
fwcontrol
4
SRCS
=
fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
5
MAN
=
fwcontrol
.8
6
WARNS?
=
3
7
8
.PATH
: ${
.CURDIR
}/
..
/
..
/
sys
/
dev
/
firewire
9
10
SDIR
= ${
.CURDIR
}/
..
/
..
/
sys
11
CFLAGS
+=-
I
${
.CURDIR
} -
I
${
SDIR
}
12
13
.
include
<
bsd.prog.mk
>