diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-06-10 03:32:19 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-06-10 03:32:19 +0800 |
commit | bc230589951eeb8c8e476d92a3d39b319f543427 (patch) | |
tree | 6b0e7310425c43546220bc3371b6d6b857a3b2d8 /util | |
parent | 5d8482841ee7296a4d66c3747e8c25bb7e5240b4 (diff) | |
download | pttbbs-bc230589951eeb8c8e476d92a3d39b319f543427.tar pttbbs-bc230589951eeb8c8e476d92a3d39b319f543427.tar.gz pttbbs-bc230589951eeb8c8e476d92a3d39b319f543427.tar.bz2 pttbbs-bc230589951eeb8c8e476d92a3d39b319f543427.tar.lz pttbbs-bc230589951eeb8c8e476d92a3d39b319f543427.tar.xz pttbbs-bc230589951eeb8c8e476d92a3d39b319f543427.tar.zst pttbbs-bc230589951eeb8c8e476d92a3d39b319f543427.zip |
update Makefile.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3537 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/util/Makefile b/util/Makefile index f768c106..6cc09e87 100644 --- a/util/Makefile +++ b/util/Makefile @@ -24,21 +24,18 @@ CPROG_WITH_UTIL= \ openvice openticket topusr \ yearsold toplazyBM toplazyBBM writemoney \ reaper buildAnnounce inndBM mailangel \ - outmail chkhbf merge_dir \ - transman angel gamblegive \ - wretch_man \ + outmail chkhbf merge_dir \ + transman angel gamblegive wretch_man \ chesscountry tunepasswd buildir xchatd # 下面這些程式, 會直接被 compile CPROG_WITHOUT_UTIL= \ - uhash_loader showboard \ - countalldice bbsrf initbbs \ - userlist merge_passwd \ - merge_board bbsmail + uhash_loader showboard countalldice bbsrf \ + initbbs userlist merge_board bbsmail # 下面這些程式會被 install PROGS= ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ - shmctl \ + shmctl \ 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 \ |