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
<sys/unistd.h>: Add missing _PC_TIMESTAMP_RESOLUTION.
[dragonfly.git]
/
lib
/
libkcore
/
Makefile
blob
54b107df1a945ba354d59c099572bb08d4656fb9
1
.PATH
: ${
.CURDIR
}/
..
/
..
/
sys
/
kern
${
.CURDIR
}/
..
/
..
/
lib
/
libkinfo
2
3
LIB
=
kcore
4
SRCS
=
kcore.c kcore_file.c kcore_proc.c kcore_sched.c kcore_tty.c
5
SRCS
+=
kinfo_pcpu.c
6
SRCS
+=
kcore_vfs.c
7
SRCS
+=
subr_kcore.c
8
INCS
=
kcore.h
9
NOMAN
=
10
11
CFLAGS
+= -
I
${
.CURDIR
}
12
13
SHLIB_MAJOR?
=
2
14
15
.
include
<
bsd.lib.mk
>