diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-11-05 19:58:27 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-11-05 19:58:27 +0800 |
commit | 6308dc81fbc5cc89f450e7beadc2cf710c0696e9 (patch) | |
tree | 6af6280b57bcaf1fc79c88a142b61b99fccd2efe /innbbsd/Makefile | |
parent | 38c21379a1c34bcea53157c381044f05e3637727 (diff) | |
download | pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.gz pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.bz2 pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.lz pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.xz pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.tar.zst pttbbs-6308dc81fbc5cc89f450e7beadc2cf710c0696e9.zip |
import NoCeM into innbbsd/.
see http://nocem-innbbsd.sourceforge.net/ for details.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2312 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r-- | innbbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile index 1ac29ad7..69208a38 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -50,12 +50,12 @@ CFLAGS+= -c -I. -I$(BBS_SRC)/include -I$(BBS_SRC)/mbbsd -D$(BBS_DEP) \ OBJS = inndchannel.o innbbsd.o connectsock.o rfc931.o \ daemon.o file.o pmain.o his.o dbz.o \ closeonexec.o dbztool.o inntobbs.o receive_article.o \ - echobbslib.o str_decode.o $(BBS_REC) + echobbslib.o str_decode.o $(BBS_REC) nocem.o # $(BBS_REC) SRCS = inndchannel.c innbbsd.c connectsock.c rfc931.c \ daemon.c file.c pmain.c parsdate.y his.c dbz.c \ closeonexec.c dbztool.c inntobbs.c bbslib.c receive_article.c \ - port.c str_decode.c + port.c str_decode.c nocem.c MOBJS = makedbz.o bbslib.o file.o dbz.o closeonexec.o HOBJS = mkhistory.o bbslib.o file.o his.o dbz.o port.o closeonexec.o \ |