From 416c211e7d2fb54bb2e1df432e01ac8772c1c763 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 14 Oct 2003 13:38:09 +0000 Subject: fix cleanshm, add to Makefile (but not in default entry) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1242 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index b4788abd..a3931ca6 100644 --- a/util/Makefile +++ b/util/Makefile @@ -85,3 +85,5 @@ installbbsctl: bbsctl chown root /home/bbs/bin/bbsctl chmod 4755 /home/bbs/bin/bbsctl +cleanshm: cleanshm.c ${UTIL_OBJS} + ${CC} ${CFLAGS} ${LDFLAGS} -o ${fn} ${UTIL_OBJS} cleanshm.c -- cgit v1.2.3