aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/mptcp_client/Makefile
blob: a5f71ed584effc051d02d8c9a4f66be57f054714 (plain) (blame)
1
2
3
4
5
6
PROG=	mptcp_client
SRCS=	conn_lib.c mptcp_client.c

BINDIR=/usr/bin

.include <bsd.prog.mk>