diff options
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/util/Makefile b/util/Makefile index c1cbf06c..fb606b99 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 2002/03/24 16:27:09 in2 Exp $ +# $Id: Makefile,v 1.7 2002/04/03 18:35:47 in2 Exp $ BBSHOME?=$(HOME) OSTYPE?=linux @@ -163,5 +163,11 @@ install: $(PROGS) mv $(BBSHOME)/bin/bbsmail $(BBSHOME)/bin/realbbsmail ln -s $(BBSHOME)/bin/filtermail.pl $(BBSHOME)/bin/bbsmail +installbbsctl: bbsctl + rm -f /home/bbs/bin/bbsctl + cp /home/bbs/pttbbs/util/bbsctl /home/bbs/bin/bbsctl + chown root /home/bbs/bin/bbsctl + chmod 4755 /home/bbs/bin/bbsctl + clean: rm -f *.o $(CPROGS) |