svn commit: r281341 - head/usr.sbin/rtsold
Baptiste Daroussin
bapt at FreeBSD.org
Thu Apr 9 21:52:15 UTC 2015
Author: bapt
Date: Thu Apr 9 21:52:14 2015
New Revision: 281341
URL: https://svnweb.freebsd.org/changeset/base/281341
Log:
rtsold does not need to link to libkvm
Modified:
head/usr.sbin/rtsold/Makefile
Modified: head/usr.sbin/rtsold/Makefile
==============================================================================
--- head/usr.sbin/rtsold/Makefile Thu Apr 9 21:48:17 2015 (r281340)
+++ head/usr.sbin/rtsold/Makefile Thu Apr 9 21:52:14 2015 (r281341)
@@ -21,6 +21,5 @@ SRCS= rtsold.c rtsol.c if.c probe.c dump
WARNS?= 3
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H
-LIBADD= kvm
.include <bsd.prog.mk>
More information about the svn-src-head
mailing list