diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-15 00:20:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-15 00:20:05 +0000 |
commit | 5c72822666499fad9dc7d2cc6e034d61c212dfc1 (patch) | |
tree | 96acc13de8797608aa842a490c73ae9bc3a482a4 /usr.bin | |
parent | cf070f940d7260c334e89176e8394098e616f394 (diff) |
add DPADD; from brad
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tcpbench/Makefile | 1 |
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 |