From: Russ Allbery Date: Thu, 11 Nov 2010 00:27:32 +0000 (-0800) Subject: Fix script names in the Makefile X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=da43c70474fc2c2d6a3ca12c9b3082803e0b266d;p=packages%2Fa%2Fafs-monitor.git Fix script names in the Makefile --- 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: