diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-20 16:42:52 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-20 16:42:52 +0800 |
commit | bdd31693cd3b73ea5a3a9bdc78540e0377df59ec (patch) | |
tree | b9fde34a33abcfe5ffd492346691588ca479496c /util/Makefile | |
parent | 74cd20707c189fc522e7b44653f1d59a6219586c (diff) | |
download | pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.gz pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.bz2 pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.lz pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.xz pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.zst pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.zip |
Add statistic program for angel.
fix some warning and add svn:keywords Id for several files.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2072 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile b/util/Makefile index 1faf486e..d4d1def3 100644 --- a/util/Makefile +++ b/util/Makefile @@ -23,7 +23,7 @@ CPROG_WITH_UTIL= \ indexuser yearsold toplazyBM toplazyBBM \ reaper buildAnnounce inndBM shmctl \ outmail chkhbf checkmoney merge_dir \ - transman + transman angel # 下面這些程式, 會直接被 compile CPROG_WITHOUT_UTIL= \ |