Usermode - Adding stub httpd
[tpg/acess2.git] / Usermode / Applications / httpd_src / Makefile
diff --git a/Usermode/Applications/httpd_src/Makefile b/Usermode/Applications/httpd_src/Makefile
new file mode 100644 (file)
index 0000000..4ff7256
--- /dev/null
@@ -0,0 +1,11 @@
+# Project: Simple CGI-Capable HTTP Server
+
+-include ../Makefile.cfg
+
+LDFLAGS += -lnet
+
+OBJ = main.o net.o server.o http.o cgi.o logging.o
+BIN = httpd
+DIR = SBin
+
+-include ../Makefile.tpl

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