From da43c70474fc2c2d6a3ca12c9b3082803e0b266d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 10 Nov 2010 16:27:32 -0800 Subject: [PATCH] Fix script names in the Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be94b99..6b109b9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ VERSION := $(shell grep '^afs-monitor' NEWS | head -1 | cut -d' ' -f 2) DATE := $(shell grep '^afs-monitor' NEWS | head -1 | cut -d' ' -f 3) -SCRIPTS := check_afs_quotas check_afsspace check_bos check_rxdebug check_udebug +SCRIPTS := check_afs_quotas check_afs_space check_afs_bos check_afs_rxdebug \ + check_afs_udebug EXTRA := LICENSE NEWS README all: -- 2.39.5