diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-18 01:09:36 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-18 01:09:36 +0800 |
commit | fd07e149a7791ef27928e2c8eb1365ee5afa4084 (patch) | |
tree | 3f2014943c64ad81d07e4f58301f723eb54383e3 /util/Makefile | |
parent | 6b33b2191f21f6cb0ea5d8490610704b29bbc98e (diff) | |
download | pttbbs-fd07e149a7791ef27928e2c8eb1365ee5afa4084.tar pttbbs-fd07e149a7791ef27928e2c8eb1365ee5afa4084.tar.gz pttbbs-fd07e149a7791ef27928e2c8eb1365ee5afa4084.tar.bz2 pttbbs-fd07e149a7791ef27928e2c8eb1365ee5afa4084.tar.lz pttbbs-fd07e149a7791ef27928e2c8eb1365ee5afa4084.tar.xz pttbbs-fd07e149a7791ef27928e2c8eb1365ee5afa4084.tar.zst pttbbs-fd07e149a7791ef27928e2c8eb1365ee5afa4084.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@417 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile index 0fc23f70..bfe6429f 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 2002/06/06 21:35:23 in2 Exp $ +# $Id: Makefile,v 1.13 2002/07/17 17:09:20 ptt 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 mdclean splitpasswd + toplazyBM jungo toplazyBBM shmctl mdclean splitpasswd indexuser PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\ openticket.sh stock.sh topsong.sh weather.sh stock.perl weather.perl\ @@ -87,6 +87,9 @@ openticket: openticket.c $(OBJS) topusr: topusr.c $(OBJS) $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) +indexuser: indexuser.c $(OBJS) + $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) + yearsold: yearsold.c $(OBJS) $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) |