diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-12-26 20:12:57 +0100 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-12-26 20:12:57 +0100 |
commit | 7e31888710ee50b99e569f8b64b0cdf80dd69a5d (patch) | |
tree | 24f104a7f80a1accb7f8afac6652a4c75444d23f /Makefile | |
parent | 423615514bd1cd5e5a90b68ee25f9fbb030f7af1 (diff) | |
download | MAC-Telnet-7e31888710ee50b99e569f8b64b0cdf80dd69a5d.tar.gz MAC-Telnet-7e31888710ee50b99e569f8b64b0cdf80dd69a5d.zip |
Added code to check if it should answer mactelnet packets or not in mactelnetd.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ mactelnet: config.h udp.h udp.c mactelnet.c mactelnet.h protocol.c protocol.h co gcc -Wall -g -DUSERSFILE='"/etc/mactelnetd.users"' -o mactelnet mactelnet.c udp.c protocol.c console.c devices.c md5.c mactelnetd: config.h mactelnetd.c udp.h udp.c protocol.c protocol.h console.c console.h users.c users.h md5.c md5.h - gcc -Wall -g -DUSERSFILE='"/etc/mactelnetd.users"' -o mactelnetd mactelnetd.c udp.c protocol.c console.c users.c md5.c + gcc -Wall -g -DUSERSFILE='"/etc/mactelnetd.users"' -o mactelnetd mactelnetd.c udp.c protocol.c console.c devices.c users.c md5.c mndp: config.h mndp.c protocol.c protocol.h gcc -Wall -g -o mndp mndp.c protocol.c |