diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-11-09 05:16:25 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-11-09 05:16:25 +0800 |
commit | 5b17379b7b9e93482ce886ee75eae41b2e5a9bb6 (patch) | |
tree | 87fba80f039bea2f23dd299780b9e3b33f305f47 /util/Makefile | |
parent | 10624ecf13fd3d2537619cb895334257882e06ae (diff) | |
download | pttbbs-5b17379b7b9e93482ce886ee75eae41b2e5a9bb6.tar pttbbs-5b17379b7b9e93482ce886ee75eae41b2e5a9bb6.tar.gz pttbbs-5b17379b7b9e93482ce886ee75eae41b2e5a9bb6.tar.bz2 pttbbs-5b17379b7b9e93482ce886ee75eae41b2e5a9bb6.tar.lz pttbbs-5b17379b7b9e93482ce886ee75eae41b2e5a9bb6.tar.xz pttbbs-5b17379b7b9e93482ce886ee75eae41b2e5a9bb6.tar.zst pttbbs-5b17379b7b9e93482ce886ee75eae41b2e5a9bb6.zip |
remove mdclean, splitpasswd
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@567 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/util/Makefile b/util/Makefile index e3b2a783..8e0479e4 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 2002/11/04 08:46:50 in2 Exp $ +# $Id: Makefile,v 1.22 2002/11/08 21:16:25 in2 Exp $ BBSHOME?=$(HOME) OSTYPE!=uname @@ -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 \ - toplazyBM jungo toplazyBBM shmctl mdclean splitpasswd indexuser + toplazyBM jungo toplazyBBM shmctl indexuser PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\ openticket.sh stock.sh topsong.sh weather.sh stock.perl weather.perl\ @@ -162,12 +162,6 @@ bbsctl: bbsctl.c shmctl: shmctl.c $(OBJS) $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) -mdclean: mdclean.c - $(CC) $(CFLAGS) -o $@ $@.c - -splitpasswd: splitpasswd.c - $(CC) $(CFLAGS) -o $@ $@.c - install: $(PROGS) install -d $(BBSHOME)/bin/ install -c -m 755 $(PROGS) $(BBSHOME)/bin/ |