diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-11-01 22:46:34 +0100 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-11-01 22:46:34 +0100 |
commit | f241a46d9901f6c6c679838b35c90cc3619167be (patch) | |
tree | 02212b48b78cb672f520ca2b9bfe9f175b079ae7 /Makefile | |
parent | 1b94292a0fb5cfeb42aaf0039e7865a07aa1ef3f (diff) | |
download | MAC-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |