diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-11 14:03:31 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-11 14:03:31 +0800 |
commit | 88d56fb4ea83fc56a9799eb5134006b07589b5b6 (patch) | |
tree | e3177c53d51a04349f3630defd033ec4a44bf590 /util/Makefile | |
parent | 21ff1ecf3d29680e3d26113eb7caf9f55f0ba5db (diff) | |
download | pttbbs-88d56fb4ea83fc56a9799eb5134006b07589b5b6.tar pttbbs-88d56fb4ea83fc56a9799eb5134006b07589b5b6.tar.gz pttbbs-88d56fb4ea83fc56a9799eb5134006b07589b5b6.tar.bz2 pttbbs-88d56fb4ea83fc56a9799eb5134006b07589b5b6.tar.lz pttbbs-88d56fb4ea83fc56a9799eb5134006b07589b5b6.tar.xz pttbbs-88d56fb4ea83fc56a9799eb5134006b07589b5b6.tar.zst pttbbs-88d56fb4ea83fc56a9799eb5134006b07589b5b6.zip |
train
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@654 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile index 8e0479e4..06a4e471 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 2002/11/08 21:16:25 in2 Exp $ +# $Id: Makefile,v 1.23 2003/02/11 06:03:31 victor Exp $ BBSHOME?=$(HOME) OSTYPE!=uname @@ -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 udnnews.pl rebuildaloha.pl + filtermail.pl getbackup.pl udnnews.pl rebuildaloha.pl railway_wrapper.pl all: $(PROGS) |