From 7e31888710ee50b99e569f8b64b0cdf80dd69a5d Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Sun, 26 Dec 2010 20:12:57 +0100 Subject: Added code to check if it should answer mactelnet packets or not in mactelnetd. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ce31dd4..fe27d84 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3