summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-11-01 22:46:34 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-11-01 22:46:34 +0100
commitf241a46d9901f6c6c679838b35c90cc3619167be (patch)
tree02212b48b78cb672f520ca2b9bfe9f175b079ae7 /Makefile
parent1b94292a0fb5cfeb42aaf0039e7865a07aa1ef3f (diff)
downloadMAC-Telnet-f241a46d9901f6c6c679838b35c90cc3619167be.tar.gz
MAC-Telnet-f241a46d9901f6c6c679838b35c90cc3619167be.zip
Added support for connecting to your router via the router identity name. (using MNDP)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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