diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-07 11:48:28 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-07 11:48:28 +0800 |
commit | 5b490a93c224d78b7a200d4ded081f08e7e35f6a (patch) | |
tree | 119d2534fe20bb16f24d5b1b2728204b81943c35 | |
parent | 0104b90c164007470d214fd67e399b8fafe2af5e (diff) | |
download | pttbbs-5b490a93c224d78b7a200d4ded081f08e7e35f6a.tar pttbbs-5b490a93c224d78b7a200d4ded081f08e7e35f6a.tar.gz pttbbs-5b490a93c224d78b7a200d4ded081f08e7e35f6a.tar.bz2 pttbbs-5b490a93c224d78b7a200d4ded081f08e7e35f6a.tar.lz pttbbs-5b490a93c224d78b7a200d4ded081f08e7e35f6a.tar.xz pttbbs-5b490a93c224d78b7a200d4ded081f08e7e35f6a.tar.zst pttbbs-5b490a93c224d78b7a200d4ded081f08e7e35f6a.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@457 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile index bfe6429f..47623a07 100644 --- a/pttbbs/util/Makefile +++ b/pttbbs/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 2002/07/17 17:09:20 ptt Exp $ +# $Id: Makefile,v 1.14 2002/08/07 03:48:28 in2 Exp $ BBSHOME?=$(HOME) OSTYPE?=linux @@ -35,7 +35,7 @@ CPROGS= bbsmail BM_money post account birth deluserfile expire mandex\ PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\ openticket.sh stock.sh topsong.sh weather.sh stock.perl weather.perl\ toplazyBM.sh toplazyBBM.sh dailybackup.pl tarqueue.pl waterball.pl \ - filtermail.pl getbackup.pl + filtermail.pl getbackup.pl cleancache.pl all: $(PROGS) |