Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / Usermode / Applications / httpd_src / Makefile
1 # Project: Simple CGI-Capable HTTP Server
2
3 -include ../Makefile.cfg
4
5 LDFLAGS += -lnet
6
7 OBJ = main.o net.o server.o http.o cgi.o logging.o
8 BIN = httpd
9 DIR = SBin
10
11 -include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au