diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-09 21:52:14 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-09 21:52:14 +0000 |
commit | 491d8d94702d9201e843bae04a74f29d2c3f45ef (patch) | |
tree | 6822a7886786a5e6b5d9ca569d20434ae20ad058 /usr.sbin/rtsold/Makefile | |
parent | bc4e6f7d48710706198049389f16123bea49abcc (diff) | |
download | FreeBSD-src-491d8d94702d9201e843bae04a74f29d2c3f45ef.zip FreeBSD-src-491d8d94702d9201e843bae04a74f29d2c3f45ef.tar.gz |
rtsold does not need to link to libkvm
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile index 53dea03..a235dfb 100644 --- a/usr.sbin/rtsold/Makefile +++ b/usr.sbin/rtsold/Makefile @@ -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> |