freebsd-dev/usr.sbin/bhyveload/Makefile
Mark Johnston ad43dd69ce bhyveload: Address compiler warnings and bump WARNS
Mostly sprinkle __unused.  Also duplicate strings passed to addenv() so
that constant string literals can be passed.  No functional change
intended.

Reviewed by:	corvink, rew, jhb
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D38840
2023-03-03 11:13:22 -05:00

13 lines
155 B
Makefile

# $FreeBSD$
PROG= bhyveload
SRCS= bhyveload.c
MAN= bhyveload.8
PACKAGE= bhyve
LIBADD= vmmapi
CFLAGS+=-I${SRCTOP}/stand/userboot
.include <bsd.prog.mk>