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

Annotation of src/usr.bin/tcpbench/Makefile, Revision 1.7

1.7     ! deraadt     1: #      $OpenBSD$
        !             2:
        !             3: PROG=  tcpbench
1.1       djm         4: MAN=   tcpbench.1
1.7     ! deraadt     5: LDADD= -lkvm -levent
        !             6: DPADD= ${LIBKVM} ${LIBEVENT}
1.1       djm         7:
                      8: .include <bsd.prog.mk>