diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-25 00:27:09 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-25 00:27:09 +0800 |
commit | 5224c5f743a51cdb225020bfb7e44fee63d9d7ad (patch) | |
tree | bdbd2cce89783248b50797c9c78ed2977293f7b8 /util/Makefile | |
parent | 64a7cb22fd3a7acd63a7dcdb44f7c0f8265233aa (diff) | |
download | pttbbs-5224c5f743a51cdb225020bfb7e44fee63d9d7ad.tar pttbbs-5224c5f743a51cdb225020bfb7e44fee63d9d7ad.tar.gz pttbbs-5224c5f743a51cdb225020bfb7e44fee63d9d7ad.tar.bz2 pttbbs-5224c5f743a51cdb225020bfb7e44fee63d9d7ad.tar.lz pttbbs-5224c5f743a51cdb225020bfb7e44fee63d9d7ad.tar.xz pttbbs-5224c5f743a51cdb225020bfb7e44fee63d9d7ad.tar.zst pttbbs-5224c5f743a51cdb225020bfb7e44fee63d9d7ad.zip |
:)
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@63 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/util/Makefile b/util/Makefile index 2b7aa690..c1cbf06c 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.5 2002/03/23 13:19:40 in2 Exp $ +# $Id: Makefile,v 1.6 2002/03/24 16:27:09 in2 Exp $ BBSHOME?=$(HOME) -OSTYPE=linux +OSTYPE?=linux # FreeBSD CC_FreeBSD= gcc @@ -34,7 +34,8 @@ CPROGS= bbsmail BM_money post account birth deluserfile expire mandex\ PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\ openticket.sh stock.sh topsong.sh weather.sh stock.perl weather.perl\ - toplazyBM.sh toplazyBBM.sh dailybackup.pl tarqueue.pl waterball.pl + toplazyBM.sh toplazyBBM.sh dailybackup.pl tarqueue.pl waterball.pl \ + filtermail.pl all: $(PROGS) @@ -159,6 +160,8 @@ install: $(PROGS) install -d $(BBSHOME)/bin/ install -c -m 755 $(PROGS) $(BBSHOME)/bin/ chmod 4755 $(BBSHOME)/bin/post + mv $(BBSHOME)/bin/bbsmail $(BBSHOME)/bin/realbbsmail + ln -s $(BBSHOME)/bin/filtermail.pl $(BBSHOME)/bin/bbsmail clean: rm -f *.o $(CPROGS) |