repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race
[linux-2.6.git]
/
tools
/
net
/
Makefile
blob
b4444d53b73f5d550b590bf3e0d7ad5b7d490bce
1
prefix
= /
usr
2
3
CC
=
gcc
4
5
all
:
bpf_jit_disasm
6
7
bpf_jit_disasm
:
CFLAGS
= -
Wall
-
O2
8
bpf_jit_disasm
:
LDLIBS
= -
lopcodes
-
lbfd
-
ldl
9
bpf_jit_disasm
:
bpf_jit_disasm.o
10
11
clean
:
12
rm
-
rf
*
.o bpf_jit_disasm
13
14
install
:
15
install
bpf_jit_disasm
$(
prefix
)/
bin
/
bpf_jit_disasm