From 5201b0164493fc84fde8305aba47c54dd415f4c7 Mon Sep 17 00:00:00 2001
From: Mike Hibler <hibler@cs.utah.edu>
Date: Mon, 26 Jul 2021 12:39:27 -0600
Subject: [PATCH] Missed one reference to `rmanage`.

---
 GNUmakefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 756f74b5d4..21afa9c01e 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2000-2017, 2020 University of Utah and the Flux Group.
+# Copyright (c) 2000-2021 University of Utah and the Flux Group.
 # 
 # {{{EMULAB-LICENSE
 # 
@@ -56,7 +56,7 @@ SUBDIRS = \
 	sensors os xmlrpc autofs install/newnode_sshkeys \
 	tools/svn collab/exp-vis node_usage install
 ifeq ($(ISMAINSITE),1)
-SUBDIRS += tools/rmanage tools/whol
+SUBDIRS += tools/whol
 endif
 ifeq ($(PGENISUPPORT),1)
 SUBDIRS += protogeni apt powder
-- 
GitLab