45cd18ec73
- Avoid shadowing the global optarg. - Sprinkle __unused. - Cast nitems() to int. - Fix sign in vm_copy_setup(). Reviewed by: grehan MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31306
13 lines
150 B
Makefile
13 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= vmmapi
|
|
SRCS= vmmapi.c vmmapi_freebsd.c
|
|
INCS= vmmapi.h
|
|
|
|
LIBADD= util
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|