From a0639862747eb3975aa2095fd5aa6994d8db0b30 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Wed, 14 Apr 2004 15:36:52 +0000 Subject: [PATCH] added BootServerRequest --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25f64097..dafdb769 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.23 2004/04/12 20:17:55 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.24 2004/04/13 22:16:32 mlh-pl_rpm Exp $ # # Default target @@ -335,6 +335,17 @@ httpd-MODULE := httpd httpd-SPEC := httpd/httpd.spec ALL += httpd +# +# BootServerRequest +# + +BootServerRequest-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +BootServerRequest-INITIAL := HEAD +BootServerRequest-TAG := HEAD +BootServerRequest-MODULE := BootServerRequest +BootServerRequest-SPEC := BootServerRequest/PLBootServerRequest.spec +ALL += BootServerRequest + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0