diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-23 17:37:09 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-23 17:37:09 +0800 |
commit | 703195dcf5b37d29f734ebd7e858f14445324f8a (patch) | |
tree | 8e001e20d926e49f4ee9454fd53a2cfb0e4c00dd /mbbsd/Makefile | |
parent | 7895d30695f55d4c5e80f07b677a829146dacd6e (diff) | |
download | pttbbs-703195dcf5b37d29f734ebd7e858f14445324f8a.tar pttbbs-703195dcf5b37d29f734ebd7e858f14445324f8a.tar.gz pttbbs-703195dcf5b37d29f734ebd7e858f14445324f8a.tar.bz2 pttbbs-703195dcf5b37d29f734ebd7e858f14445324f8a.tar.lz pttbbs-703195dcf5b37d29f734ebd7e858f14445324f8a.tar.xz pttbbs-703195dcf5b37d29f734ebd7e858f14445324f8a.tar.zst pttbbs-703195dcf5b37d29f734ebd7e858f14445324f8a.zip |
- Makefile to enable pfterm in your environment.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3731 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 0998c962..850d3cfa 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -8,6 +8,10 @@ CFLAGS+= -DBLOG LDFLAGS+= -L/usr/local/lib/mysql -lmysqlclient .endif +.if defined(WITH_PFTERM) +CFLAGS+= -DUSE_PFTERM +#CFLAGS+= -DDBG_OUTRPT +.endif PROG= mbbsd OBJS= admin.o announce.o args.o assess.o bbs.o board.o cache.o cal.o card.o\ @@ -16,7 +20,7 @@ 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 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 file.o \ - pmore.o telnet.o\ + pmore.o telnet.o pfterm.o \ chc.o chc_tab.o chess.o go.o gomo.o dark.o reversi.o othello.o .if defined(DIET) |