repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
During bridge destroy, dispatch bridge member/span deletion to netisr0
[dragonfly.git]
/
lib
/
libkinfo
/
Makefile
blob
8f1a43fcf42868fc668525ba2faf69a5159871cd
1
# $DragonFly: src/lib/libkinfo/Makefile,v 1.6 2005/05/01 04:05:35 hmp Exp $
2
3
LIB
=
kinfo
4
SRCS
=
kinfo_file.c kinfo_net.c kinfo_sched.c kinfo_tty.c kinfo_vfs.c
5
SRCS
+=
kinfo_pcpu.c
6
INCS
=
kinfo.h kinfo_pcpu.h
7
NOMAN
=
8
9
CFLAGS
+= -
I
${
.CURDIR
}
10
WARNS?
=
6
11
12
SHLIB_MAJOR?
=
2
13
14
.
include
<
bsd.lib.mk
>