xref: /dragonfly/lib/libkcore/Makefile (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
1.PATH: ${.CURDIR}/../../sys/kern ${.CURDIR}/../../lib/libkinfo
2
3LIB=      kcore
4SRCS=     kcore.c kcore_file.c kcore_proc.c kcore_sched.c kcore_tty.c
5SRCS+=    kinfo_pcpu.c
6SRCS+=    kcore_vfs.c
7SRCS+=    subr_kcore.c
8INCS=     kcore.h
9NOMAN=
10
11CFLAGS+=  -I${.CURDIR}
12
13SHLIB_MAJOR?= 2
14
15.include <bsd.lib.mk>
16