1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00

bhyvectl does not need to link to libutil

This commit is contained in:
Baptiste Daroussin 2015-04-09 21:39:58 +00:00
parent ea4a4d8a2e
commit 5d0b9042a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281339

View File

@ -7,7 +7,7 @@ SRCS= bhyvectl.c
MAN=
LIBADD= vmmapi util
LIBADD= vmmapi
WARNS?= 3