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
unix: remove always true check from uipc_attach
[freebsd/src.git]
/
usr.sbin
/
fwcontrol
/
Makefile
blob
e2201c2fcb730262f3a1aab1e5560c1ea3234e51
1
PROG
=
fwcontrol
2
SRCS
=
fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
3
MAN
=
fwcontrol
.8
4
WARNS?
=
3
5
6
.PATH
: ${
SRCTOP
}/
sys
/
dev
/
firewire
7
8
SDIR
= ${
SRCTOP
}/
sys
9
CFLAGS
+=-
I
${
.CURDIR
} -
I
${
SDIR
}
10
CWARNFLAGS
+= ${
NO_WZERO_LENGTH_BOUNDS
}
11
12
.
include
<
bsd.prog.mk
>