mirror of
https://github.com/opnsense/src.git
synced 2026-05-14 10:13:48 -04:00
- Avoid shadowing the global optarg.
- Sprinkle __unused.
- Cast nitems() to int.
- Fix sign in vm_copy_setup().
Reviewed by: grehan
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 45cd18ec73)
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>
|