ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.sbin/bhyvectl/Makefile
Revision: 10720
Committed: Sat Jun 9 21:54:21 2018 UTC (5 years, 10 months ago) by laffer1
Content type: text/plain
File size: 291 byte(s)
Log Message:
add byhvectl(8)

File Contents

# Content
1 # $MidnightBSD$
2 #
3 # $FreeBSD: stable/10/usr.sbin/bhyvectl/Makefile 294790 2016-01-26 09:50:36Z brueffer $
4 #
5
6 PROG= bhyvectl
7 SRCS= bhyvectl.c
8
9 MAN= bhyvectl.8
10
11 DPADD= ${LIBVMMAPI} ${LIBUTIL}
12 LDADD= -lvmmapi -lutil
13
14 WARNS?= 3
15
16 CFLAGS+= -I${.CURDIR}/../../sys/amd64/vmm
17
18 .include <bsd.prog.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain