diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-29 17:11:21 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-29 17:11:21 +0800 |
commit | aa420a10ffe8e81567c16b780acb32962851053e (patch) | |
tree | 5bf7db3381e49ab85f6886bd3dfeb853bfc0bccb /mbbsd/Makefile | |
parent | dae5bcd0ce2aa49b654f76fcc6038667d40511bc (diff) | |
download | pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.gz pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.bz2 pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.lz pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.xz pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.zst pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.zip |
- (experimental) mask ip(fromhost): USE_MASKED_FROMHOST
- board: make 'w' (save_brc) more user friendly.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4039 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 c0e920e9..17156401 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -118,7 +118,7 @@ initemaildb: emaildb.c $(CC) -DINIT_MAIN $(CFLAGS) $(LDFLAGS) -o initemaildb emaildb.c $(LIBS) ctags: - exctags *.c ../include/*.h ../common/sys/*.c ../common/bbs/*.c + ctags *.c ../include/*.h ../common/sys/*.c ../common/bbs/*.c test: $(PROG) killall -9 testmbbsd || true |