diff options
-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 \ |