From: Aaron Klingaman Date: Mon, 12 Apr 2004 17:52:34 +0000 (+0000) Subject: added httpd X-Git-Tag: chroot-breakout-hotfix-branch-point~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6b955e491f6e1d711db75056f3eb085732502e8b;p=build.git added httpd --- 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