summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-03-15 00:20:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-03-15 00:20:05 +0000
commit5c72822666499fad9dc7d2cc6e034d61c212dfc1 (patch)
tree96acc13de8797608aa842a490c73ae9bc3a482a4 /usr.bin
parentcf070f940d7260c334e89176e8394098e616f394 (diff)
add DPADD; from brad
Diffstat (limited to 'usr.bin')
-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