mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Find <libkvm.h> in the source tree. This helps standalone builds.
This commit is contained in:
parent
d5fd2abf4f
commit
d77052e5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue