svn commit: r281339 - head/usr.sbin/bhyvectl

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 9 21:39:59 UTC 2015


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
 


More information about the svn-src-all mailing list