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