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

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>