From f241a46d9901f6c6c679838b35c90cc3619167be Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Mon, 1 Nov 2010 22:46:34 +0100 Subject: Added support for connecting to your router via the router identity name. (using MNDP) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3113d3..0902c29 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ mactelnetd: config.h mactelnetd.c udp.h udp.c protocol.c protocol.h console.c co gcc -g -DUSERSFILE='"/etc/mactelnetd.users"' -o mactelnetd -lcrypto mactelnetd.c udp.c protocol.c console.c users.c mndp: config.h mndp.c protocol.h - gcc -g -o mndp mndp.c + gcc -g -o mndp mndp.c protocol.c -- cgit v1.2.3