diff options
author | 2011-03-15 00:20:04 +0000 | |
---|---|---|
committer | 2011-03-15 00:20:04 +0000 | |
commit | f46f5e2e90077882067d45cff8238334175f2301 (patch) | |
tree | 046a76a2af430d1f834c3adbde309ef154dcf0f1 | |
parent | Update to tzdata2011d from /elsie.nci.nih.gov (diff) | |
download | wireguard-openbsd-f46f5e2e90077882067d45cff8238334175f2301.tar.xz wireguard-openbsd-f46f5e2e90077882067d45cff8238334175f2301.zip |
add DPADD; from brad
-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 |