diff options
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 5f99078f..f637e95e 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -15,6 +15,10 @@ OBJS= admin.o announce.o args.o assess.o bbs.o board.o cache.o cal.o card.o\ more.o name.o osdep.o othello.o page.o read.o record.o register.o\ screen.o stuff.o talk.o term.o topsong.o user.o brc.o vice.o vote.o\ xyz.o voteboard.o syspost.o var.o passwd.o calendar.o go.o file.o +.if defined(DIET) +OBJS+= random.o time.o +#CC:= diet -Os $(CC) +.endif .if defined(MERGEBBS) CFLAGS+= -DMERGEBBS |