From 08ead020dbe84be8507459fcd06dc4541ed3bae2 Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 23 Mar 2002 13:19:40 +0000 Subject: add shmctl git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@59 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index 6f204648..2b7aa690 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 2002/03/09 17:44:30 in2 Exp $ +# $Id: Makefile,v 1.5 2002/03/23 13:19:40 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 + toplazyBM jungo toplazyBBM shmctl PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\ openticket.sh stock.sh topsong.sh weather.sh stock.perl weather.perl\ @@ -152,6 +152,9 @@ merge_board : merge_board.c bbsctl: bbsctl.c $(CC) $(CFLAGS) -o $@ $@.c +shmctl: shmctl.c + $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) + install: $(PROGS) install -d $(BBSHOME)/bin/ install -c -m 755 $(PROGS) $(BBSHOME)/bin/ -- cgit v1.2.3