Replaced all duplicate app defines contained in Makefile.common with references to that file.
diff --git a/contiki-c64/Makefile.programs b/contiki-c64/Makefile.programs
index 5bb819d..88400aa 100644
--- a/contiki-c64/Makefile.programs
+++ b/contiki-c64/Makefile.programs
@@ -27,7 +27,7 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile.programs,v 1.35 2005/04/18 22:06:45 oliverschmidt Exp $
+# $Id: Makefile.programs,v 1.36 2005/04/18 22:44:32 oliverschmidt Exp $
 #
 
 all: loader-arch-module.o loader-arch-dsc.o contiki-labels.o \
@@ -92,7 +92,7 @@
 
 configedit.prg: configedit.o #c64-fs-write.o
 
-email.prg: $(EMAIL) 
+email.prg: $(EMAIL) lc-asm.o
 
 www.prg: $(WWW)
 
@@ -102,7 +102,7 @@
 
 dhcp.prg: dhcp.o dhcpc.o lc-asm.o
 
-webserver.prg: $(WEBSERVER) #c64-fs-raw.o
+webserver.prg: $(WEBSERVER) lc-asm.o #c64-fs-raw.o
 
 telnet.prg: $(TELNET)