[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.7, Tue Nov 17 15:41:08 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.6: +5 -10 lines

Normalize Makefile format, and remove bad advice #BINMODE=2555

#	$OpenBSD: Makefile,v 1.7 2015/11/17 15:41:08 deraadt Exp $

PROG=	tcpbench
MAN=	tcpbench.1
LDADD=	-lkvm -levent
DPADD=	${LIBKVM} ${LIBEVENT}

.include <bsd.prog.mk>