diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-23 06:44:42 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-23 06:44:42 +0800 |
commit | a9f0a463742a3bb14e73fddb2db726c56546c611 (patch) | |
tree | aa0e5a56714713a66ec49d0d0593d22b77498e7f /util/Makefile | |
parent | 54b32b30a7e872cde5dcb8717ee46b36ecbd44bf (diff) | |
download | pttbbs-a9f0a463742a3bb14e73fddb2db726c56546c611.tar pttbbs-a9f0a463742a3bb14e73fddb2db726c56546c611.tar.gz pttbbs-a9f0a463742a3bb14e73fddb2db726c56546c611.tar.bz2 pttbbs-a9f0a463742a3bb14e73fddb2db726c56546c611.tar.lz pttbbs-a9f0a463742a3bb14e73fddb2db726c56546c611.tar.xz pttbbs-a9f0a463742a3bb14e73fddb2db726c56546c611.tar.zst pttbbs-a9f0a463742a3bb14e73fddb2db726c56546c611.zip |
fix dark hole tools
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1600 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile index 6f946f7a..38e0eaca 100644 --- a/util/Makefile +++ b/util/Makefile @@ -29,7 +29,7 @@ CPROG_WITHOUT_UTIL= \ shmsweep uhash_loader showboard antispam \ countalldice webgrep bbsrf initbbs \ userlist tunepasswd buildir merge_passwd \ - merge_board xchatd bbsmail + merge_board xchatd bbsmail # 下面這些程式會被 install PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ @@ -37,7 +37,8 @@ PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ 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 railway_wrapper.pl + getbackup.pl udnnews.pl rebuildaloha.pl railway_wrapper.pl\ + checkdir all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${PROGS} |