aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/mptcp_client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/mptcp_client/Makefile')
-rw-r--r--network_cmds/mptcp_client/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/network_cmds/mptcp_client/Makefile b/network_cmds/mptcp_client/Makefile
new file mode 100644
index 0000000..a5f71ed
--- /dev/null
+++ b/network_cmds/mptcp_client/Makefile
@@ -0,0 +1,6 @@
+PROG= mptcp_client
+SRCS= conn_lib.c mptcp_client.c
+
+BINDIR=/usr/bin
+
+.include <bsd.prog.mk>