summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-11-03 03:04:41 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-11-03 03:04:41 +0100
commit1c11ee970aaa1dde00028508517e2f8964cd54ea (patch)
treeefe3331c42ced61d35d14c9d646118874b614689 /Makefile
parent3103d2c9c237101abf143dd19e9998a426c0d9ec (diff)
downloadMAC-Telnet-1c11ee970aaa1dde00028508517e2f8964cd54ea.tar.gz
MAC-Telnet-1c11ee970aaa1dde00028508517e2f8964cd54ea.zip
Added missing file, documentation fixup, and minifixup in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0115175..d6e6d7b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,11 @@ install: all
chown $(DESTDIR)/etc/mactelnetd.users
chmod 600 $(DESTDIR)/etc/mactelnetd.users
-mactelnet: config.h udp.h udp.c mactelnet.c protocol.c protocol.h console.c console.h devices.c devices.h md5.h
+mactelnet: config.h udp.h udp.c mactelnet.c mactelnet.h protocol.c protocol.h console.c console.h devices.c devices.h md5.c md5.h
gcc -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.h
+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 -g -DUSERSFILE='"/etc/mactelnetd.users"' -o mactelnetd mactelnetd.c udp.c protocol.c console.c users.c md5.c
-mndp: config.h mndp.c protocol.h
+mndp: config.h mndp.c protocol.c protocol.h
gcc -g -o mndp mndp.c protocol.c