From 85ed672ba9d61eabe1d3ee183bc11b30a71334ae Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 May 2009 19:59:45 +0000 Subject: 2009-05-12 Joel Sherrill * Makefile: Now build with libbsdport. --- http/ChangeLog | 4 ++++ http/Makefile | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/http/ChangeLog b/http/ChangeLog index 3d4a4be..f869873 100644 --- a/http/ChangeLog +++ b/http/ChangeLog @@ -1,3 +1,7 @@ +2009-05-12 Joel Sherrill + + * Makefile: Now build with libbsdport. + 2009-02-10 Joel Sherrill * Makefile: Fix typo. diff --git a/http/Makefile b/http/Makefile index 28ce4b9..75377b8 100644 --- a/http/Makefile +++ b/http/Makefile @@ -47,22 +47,20 @@ USE_FTPD=yes ifeq ($(USE_GOAHEAD),yes) HTTPD = GoAhead Web Server CFLAGS += -DWEBS -DUEMF -DUSE_GOAHEAD_HTTPD - LD_LIBS += -lhttpd + override LD_LIBS += -lhttpd endif ifeq ($(USE_SIMPLE),yes) HTTPD = Simple HTTPD Web Server CFLAGS += -DUSE_SIMPLE_HTTPD - LD_LIBS += -lshttpd + override LD_LIBS += -lshttpd endif ifeq ($(USE_FTPD),yes) CFLAGS += -DUSE_FTPD - LD_LIBS += -lftpd + override LD_LIBS += -lftpd endif -LD_LIBS += - # # Add your list of files to delete here. The config files # already know how to delete some stuff, so you may want -- cgit v1.2.3