From 6b955e491f6e1d711db75056f3eb085732502e8b Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Mon, 12 Apr 2004 17:52:34 +0000 Subject: [PATCH] added httpd --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e14f20a7..0d692a83 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.18 2004/04/12 17:14:21 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.19 2004/04/12 17:22:07 alk-pl_rpm Exp $ # # Default target @@ -290,6 +290,17 @@ blacklist-MODULE := blacklist blacklist-SPEC := blacklist/PlanetLab-blacklist.spec ALL += blacklist +# +# httpd +# + +httpd-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +httpd-INITIAL := HTTPD_2_0_46 +httpd-TAG := HEAD +httpd-MODULE := httpd +httpd-SPEC := httpd/httpd.spec +ALL += httpd + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0