mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
- 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
12 lines
150 B
Makefile
12 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>
|