Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 21:39:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281339 - head/usr.sbin/bhyvectl
Message-ID:  <201504092139.t39LdxIX045030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr  9 21:39:58 2015
New Revision: 281339
URL: https://svnweb.freebsd.org/changeset/base/281339

Log:
  bhyvectl does not need to link to libutil

Modified:
  head/usr.sbin/bhyvectl/Makefile

Modified: head/usr.sbin/bhyvectl/Makefile
==============================================================================
--- head/usr.sbin/bhyvectl/Makefile	Thu Apr  9 21:38:40 2015	(r281338)
+++ head/usr.sbin/bhyvectl/Makefile	Thu Apr  9 21:39:58 2015	(r281339)
@@ -7,7 +7,7 @@ SRCS=	bhyvectl.c
 
 MAN=
 
-LIBADD=	vmmapi util
+LIBADD=	vmmapi
 
 WARNS?=	3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504092139.t39LdxIX045030>