summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-08 17:22:02 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-08 17:22:02 +0800
commitde315a7555db98888041e860920d1e40c9def067 (patch)
tree1a386b40d7c715e2ec20bf1997e3b4e7950db8d6 /util
parent9ea376e895048ebe8148ce8e649847458b6d2606 (diff)
downloadpttbbs-de315a7555db98888041e860920d1e40c9def067.tar
pttbbs-de315a7555db98888041e860920d1e40c9def067.tar.gz
pttbbs-de315a7555db98888041e860920d1e40c9def067.tar.bz2
pttbbs-de315a7555db98888041e860920d1e40c9def067.tar.lz
pttbbs-de315a7555db98888041e860920d1e40c9def067.tar.xz
pttbbs-de315a7555db98888041e860920d1e40c9def067.tar.zst
pttbbs-de315a7555db98888041e860920d1e40c9def067.zip
no need daymandex
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@9 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/util/Makefile b/util/Makefile
index 9ef46a2f..41f7326f 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2002/03/07 18:01:57 in2 Exp $
+# $Id: Makefile,v 1.3 2002/03/08 09:22:02 in2 Exp $
BBSHOME?=$(HOME)
OSTYPE=linux
@@ -30,7 +30,7 @@ CPROGS= bbsmail BM_money post account birth deluserfile expire mandex\
poststat showboard antispam countalldice webgrep bbsrf\
initbbs outmail xchatd userlist tunepasswd buildir reaper shmsweep\
merge_passwd merge_board inndBM buildAnnounce rmuid cpdeadbrd \
- toplazyBM jungo toplazyBBM daymandex
+ toplazyBM jungo toplazyBBM
PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\
openticket.sh stock.sh topsong.sh weather.sh stock.perl weather.perl\
@@ -65,9 +65,6 @@ expire: expire.c $(OBJS)
mandex: mandex.c $(OBJS)
$(CC) $(CFLAGS) -o $@ $@.c $(OBJS)
-daymandex: daymandex.c $(OBJS)
- $(CC) $(CFLAGS) -o $@ $@.c $(OBJS)
-
rmuid: rmuid.c $(OBJS)
$(CC) $(CFLAGS) -o $@ $@.c $(OBJS)