summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-19 17:33:34 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-19 17:33:34 +0800
commit047bb28fce410663731f69295cff89ab902a6085 (patch)
tree0b605d6cde3806a871a6d5521743ad6e8b5f06b4
parent27d10ea6d3acaec8e49c251969da74ece95940b1 (diff)
downloadpttbbs-047bb28fce410663731f69295cff89ab902a6085.tar
pttbbs-047bb28fce410663731f69295cff89ab902a6085.tar.gz
pttbbs-047bb28fce410663731f69295cff89ab902a6085.tar.bz2
pttbbs-047bb28fce410663731f69295cff89ab902a6085.tar.lz
pttbbs-047bb28fce410663731f69295cff89ab902a6085.tar.xz
pttbbs-047bb28fce410663731f69295cff89ab902a6085.tar.zst
pttbbs-047bb28fce410663731f69295cff89ab902a6085.zip
add bbsmail to CPROG_WITHOUT_UTIL
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1064 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile
index c1a099bb..2f11c9ea 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.34 2003/07/17 07:58:45 in2 Exp $
+# $Id: Makefile,v 1.35 2003/07/19 09:33:34 in2 Exp $
.include "../pttbbs.mk"
@@ -19,7 +19,7 @@ CPROG_WITHOUT_UTIL= \
shmsweep uhash_loader showboard antispam \
countalldice webgrep bbsrf initbbs \
userlist tunepasswd buildir merge_passwd \
- merge_board xchatd outmail
+ merge_board xchatd outmail bbsmail
# 下面這些程式會被 install
PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \