rtsold does not need to link to libkvm

This commit is contained in:
Baptiste Daroussin 2015-04-09 21:52:14 +00:00
parent 1e486a7e52
commit 933095dedc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281341

View file

@ -21,6 +21,5 @@ SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
WARNS?= 3
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H
LIBADD= kvm
.include <bsd.prog.mk>