diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-11 11:57:41 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-11 11:57:41 +0800 |
commit | 3e4ba33de1435641e65f4a2fd8f4f02c3949c3da (patch) | |
tree | 2fcc6bfc66c650249a4ac2ae761d7559c53c5288 /mbbsd/Makefile | |
parent | 13d54dabfd3c03ff833c8333633cbcb31e0b1eb4 (diff) | |
download | pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.gz pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.bz2 pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.lz pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.xz pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.tar.zst pttbbs-3e4ba33de1435641e65f4a2fd8f4f02c3949c3da.zip |
- removed indict, because there's no any reason to keep those out-dated data.
- removed MRT map because it is not a real 'search' tool.
- removed 'search' in P menu because there is no useful stuff in it.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3990 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index b385db74..a33301c6 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -16,7 +16,7 @@ ACCOBJS = user.o register.o passwd.o TALKOBJS = talk.o chat.o friend.o NETOBJS = mbbsd.o io.o term.o UTILOBJS = stuff.o file.o kaede.o convert.o name.o -PLUGOBJS = lovepaper.o calendar.o indict.o topsong.o vice.o +PLUGOBJS = lovepaper.o calendar.o topsong.o vice.o OBJS= admin.o assess.o cal.o edit.o menu.o more.o gamble.o \ xyz.o syspost.o vote.o var.o voteboard.o \ pmore.o telnet.o \ |