summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-20 14:29:30 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-20 14:29:30 +0800
commit41aeabf93be8cb2f60d5b547da0cfcb5381d04dd (patch)
tree96f5458171cde21aa2a422436eead3cd6ee1ba07 /util/Makefile
parent8d538c83ebb30dcc092980190033450bf222577c (diff)
downloadpttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar
pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.gz
pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.bz2
pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.lz
pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.xz
pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.zst
pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.zip
remove filtermail.pl
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@482 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/Makefile b/util/Makefile
index 81f466a7..5c7184bd 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 2002/08/20 02:42:36 in2 Exp $
+# $Id: Makefile,v 1.20 2002/08/20 06:29:30 in2 Exp $
BBSHOME?=$(HOME)
OSTYPE!=uname
@@ -172,8 +172,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
+ #mv $(BBSHOME)/bin/bbsmail $(BBSHOME)/bin/realbbsmail
+ #ln -s $(BBSHOME)/bin/filtermail.pl $(BBSHOME)/bin/bbsmail
installbbsctl: bbsctl
rm -f /home/bbs/bin/bbsctl