Skip to content
Snippets Groups Projects
Commit 8c9fe69a authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Add missing dependency.

parent 5fe80ff4
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,8 @@ boss-installX: $(INSTALL_ETCDIR)/emulab.pem \
$(INSTALL_ETCDIR)/capture.fingerprint \
$(INSTALL_ETCDIR)/capture.sha1fingerprint \
$(INSTALL_ETCDIR)/emulab_privkey.pem \
$(INSTALL_ETCDIR)/emulab_pubkey.pem
$(INSTALL_ETCDIR)/emulab_pubkey.pem \
usercert.cnf
$(INSTALL_DATA) usercert.cnf $(INSTALL_LIBDIR)/ssl/usercert.cnf
$(INSTALL_DATA) ca.cnf $(INSTALL_LIBDIR)/ssl/ca.cnf
$(INSTALL_DATA) localnode.pem $(INSTALL_ETCDIR)/client.pem
......@@ -251,7 +252,8 @@ remote-site-boss-install: install-dirs \
$(INSTALL_ETCDIR)/capture.fingerprint \
$(INSTALL_ETCDIR)/capture.sha1fingerprint \
$(INSTALL_ETCDIR)/ctrlnode.pem \
$(INSTALL_ETCDIR)/server.pem
$(INSTALL_ETCDIR)/server.pem \
usercert.cnf
$(INSTALL_DATA) usercert.cnf $(INSTALL_LIBDIR)/ssl/usercert.cnf
$(INSTALL_DATA) ca.cnf $(INSTALL_LIBDIR)/ssl/ca.cnf
$(INSTALL_DATA) localnode.pem $(INSTALL_ETCDIR)/client.pem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment