freebsd-dev/usr.sbin/bhyvectl/Makefile
Enji Cooper 64a0982bee usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:38:03 +00:00

18 lines
173 B
Makefile

#
# $FreeBSD$
#
PROG= bhyvectl
SRCS= bhyvectl.c
PACKAGE= bhyve
MAN= bhyvectl.8
LIBADD= vmmapi util
WARNS?= 3
CFLAGS+= -I${SRCTOP}/sys/amd64/vmm
.include <bsd.prog.mk>