mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Find <libkvm.h> in the source tree. This helps standalone builds.
This commit is contained in:
parent
d5fd2abf4f
commit
d77052e5fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74605
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= kvm
|
||||
CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys
|
||||
CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
|
||||
SRCS= kvm.c kvm_${MACHINE_ARCH}.c kvm_file.c kvm_getloadavg.c \
|
||||
kvm_getswapinfo.c kvm_proc.c
|
||||
INCS= kvm.h
|
||||
|
Loading…
Reference in New Issue
Block a user