summaryrefslogtreecommitdiffstats
path: root/mbbsd/Makefile
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-27 22:08:31 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-27 22:08:31 +0800
commit87ec87b5f570eeebb4b699140838ecd484ef8c1a (patch)
tree702f2fb2e808ff30138b78d6003375684b5aeea0 /mbbsd/Makefile
parentcfeb386b61341ef5dd85a5320f5854e724e2bdf6 (diff)
downloadpttbbs-87ec87b5f570eeebb4b699140838ecd484ef8c1a.tar
pttbbs-87ec87b5f570eeebb4b699140838ecd484ef8c1a.tar.gz
pttbbs-87ec87b5f570eeebb4b699140838ecd484ef8c1a.tar.bz2
pttbbs-87ec87b5f570eeebb4b699140838ecd484ef8c1a.tar.lz
pttbbs-87ec87b5f570eeebb4b699140838ecd484ef8c1a.tar.xz
pttbbs-87ec87b5f570eeebb4b699140838ecd484ef8c1a.tar.zst
pttbbs-87ec87b5f570eeebb4b699140838ecd484ef8c1a.zip
* import dietlibc's allocator.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3518 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r--mbbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile
index fb7d1638..70775694 100644
--- a/mbbsd/Makefile
+++ b/mbbsd/Makefile
@@ -18,7 +18,7 @@ OBJS= admin.o announce.o args.o assess.o bbs.o board.o cache.o cal.o card.o\
pmore.o chess.o
.if defined(DIET)
-OBJS+= random.o time.o
+OBJS+= random.o time.o alloc.o
DIETCC= diet -Os
.endif
#CFLAGS+=-g