[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tcpbench

File: [local] / src / usr.bin / tcpbench / Makefile (download)

Revision 1.10, Mon Aug 15 09:06:54 2022 UTC (21 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.9: +3 -3 lines

Use TCP_INFO instead of kvm magic to extract information about the tcp streams.
Variable names listed by -l change and there is no more need to change
kern.allowkmem. To get all possible values tcpbench still needs to be run
as root.
OK bluhm@ djm@

#	$OpenBSD: Makefile,v 1.10 2022/08/15 09:06:54 claudio Exp $

PROG=	tcpbench
LDADD=	-lm -levent
DPADD=	${LIBM} ${LIBEVENT}

.include <bsd.prog.mk>