summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-03-15 00:20:04 +0000
committerderaadt <deraadt@openbsd.org>2011-03-15 00:20:04 +0000
commitf46f5e2e90077882067d45cff8238334175f2301 (patch)
tree046a76a2af430d1f834c3adbde309ef154dcf0f1
parentUpdate to tzdata2011d from /elsie.nci.nih.gov (diff)
downloadwireguard-openbsd-f46f5e2e90077882067d45cff8238334175f2301.tar.xz
wireguard-openbsd-f46f5e2e90077882067d45cff8238334175f2301.zip
add DPADD; from brad
-rw-r--r--usr.bin/tcpbench/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tcpbench/Makefile b/usr.bin/tcpbench/Makefile
index 54f96219777..430c6437722 100644
--- a/usr.bin/tcpbench/Makefile
+++ b/usr.bin/tcpbench/Makefile
@@ -16,6 +16,7 @@ CDIAGFLAGS+= -Wshadow
PROG=tcpbench
LDADD=-lkvm -levent
+DPADD=${LIBKVM} ${LIBEVENT}
#BINGRP= kmem
#BINMODE=2555