From 69165fe96c9c6ed04697bc61d75196bf7454636d Mon Sep 17 00:00:00 2001 From: victor Date: Sat, 23 Oct 2004 12:16:16 +0000 Subject: WARNING revise userec_t structure (enlarge numpost, numlogins, and add column "version") provide util/passwdconverter to help the convertion git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2273 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index a4ee5cc9..eb148ca9 100644 --- a/util/Makefile +++ b/util/Makefile @@ -106,3 +106,6 @@ r2014transfer: r2014convert $(CCACHE) ${CC} ${CFLAGS} ${LDFLAGS} -o r2014convert r2014convert.c ./r2014convert rm r2014convert + +passwdconverter: passwdconverter.c + $(CCACHE) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -o passwdconverter passwdconverter.c -- cgit v1.2.3