From: Brett Gordon Date: Sat, 11 Nov 2017 20:27:19 +0000 (-0500) Subject: htget: add to 6809 makefile X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e6f7a8cce50365c9d7e4a460a8937a6ab27b4fee;p=FUZIX.git htget: add to 6809 makefile --- diff --git a/Applications/netd/Makefile.6809 b/Applications/netd/Makefile.6809 index 78d91fc7..d5be0176 100644 --- a/Applications/netd/Makefile.6809 +++ b/Applications/netd/Makefile.6809 @@ -18,6 +18,7 @@ CRT0 = ../../Library/libs/crt0_6809.o SRCS = netd.c uip.c uiplib.c timer.c clock-arch.c uip_arp.c telnet.c lwwire.c SRCS += echoping.c dig.c gethostbyname.c httpd.c coconic.c ping.c ntpdate.c +SRCS += htget.c OBJS = $(SRCS:.c=.o) @@ -35,7 +36,7 @@ netd: $(OBJS) $(LINKER) $(LINKER_OPT) -o httpd $(CRT0) httpd.o $(LINKER) $(LINKER_OPT) -o ping $(CRT0) ping.o gethostbyname.o $(LINKER) $(LINKER_OPT) -o ntpdate $(CRT0) ntpdate.o gethostbyname.o - + $(LINKER) $(LINKER_OPT) -o htget $(CRT0) htget.o gethostbyname.o size.report: $(APPS)