kernel - CAM cleanup 3/N - Remove unnecessary mplocks
[dragonfly.git] / lib / libkcore / Makefile
blob54b107df1a945ba354d59c099572bb08d4656fb9
1 .PATH: ${.CURDIR}/../../sys/kern ${.CURDIR}/../../lib/libkinfo
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=
11 CFLAGS+= -I${.CURDIR}
13 SHLIB_MAJOR?= 2
15 .include <bsd.lib.mk>