From 5095498e472c8a40d28524abba038b49217eec8a Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Tue, 29 Mar 2005 17:10:54 +0000
Subject: [PATCH] For some reason, the build of ctrlnode.pem was left out of
 the remote-site target.

---
 ssl/GNUmakefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssl/GNUmakefile.in b/ssl/GNUmakefile.in
index 6426b30708..ca04532d1c 100644
--- a/ssl/GNUmakefile.in
+++ b/ssl/GNUmakefile.in
@@ -17,7 +17,7 @@ all:	emulab.pem server.pem localnode.pem ronnode.pem pcwa.pem ctrlnode.pem \
 	keys mksig
 
 remote-site:	emulab.pem capture.pem capture.fingerprint server.pem \
-	localnode.pem capture.sha1fingerprint apache.pem
+	localnode.pem capture.sha1fingerprint apache.pem ctrlnode.pem
 
 include $(TESTBED_SRCDIR)/GNUmakerules
 
-- 
GitLab