From c0bdb92ced5b2911d800fb3920e252a50e25dc9d Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 15 Apr 2002 20:07:51 +0000 Subject: mdclean git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@113 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index d1dd93e1..c0616b7b 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 2002/04/14 14:08:56 in2 Exp $ +# $Id: Makefile,v 1.11 2002/04/15 20:07:08 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 \ - toplazyBM jungo toplazyBBM shmctl killdeadbbs + toplazyBM jungo toplazyBBM shmctl mdclean PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\ openticket.sh stock.sh topsong.sh weather.sh stock.perl weather.perl\ @@ -156,8 +156,8 @@ bbsctl: bbsctl.c shmctl: shmctl.c $(OBJS) $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) -killdeadbbs: killdeadbbs.c - $(CC) $(CFLAGS) -lkvm -o $@ $@.c +mdclean: mdclean.c + $(CC) $(CFLAGS) -o $@ $@.c install: $(PROGS) install -d $(BBSHOME)/bin/ -- cgit v1.2.3