From ae452414f6162b671c1e227b83689e3d716ce724 Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 6 May 2002 17:27:33 +0000 Subject: remove SHOWPID git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@150 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd.icc/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mbbsd.icc/Makefile') diff --git a/mbbsd.icc/Makefile b/mbbsd.icc/Makefile index 02f34a63..c260ac68 100644 --- a/mbbsd.icc/Makefile +++ b/mbbsd.icc/Makefile @@ -11,8 +11,8 @@ OBJS= admin.o announce.o args.o bbcall.o bbs.o board.o cache.o cal.o card.o\ voteboard.o syspost.o var.o descrypt.o toolkit.o passwd.o\ calendar.o -CFLAGS=-DHAVE_SETPROCTITLE -DBBSHOME='"$(BBSHOME)"' -DFreeBSD -I../include -LDFLAGS=-lutil -lkvm +CFLAGS= -DHAVE_SETPROCTITLE -DBBSHOME='"$(BBSHOME)"' -DFreeBSD -I../include +LDFLAGS= -lutil -lkvm .if defined(DEBUG) CFLAGS+= -g -DDEBUG @@ -22,10 +22,6 @@ CFLAGS+= -O LDFLAGS+= -O .endif -.if defined(NO_SHOWPID) -CFLAGS+= -DNO_SHOWPID -.endif - .if defined(NO_FORK) CFLAGS+= -DNO_FORK .endif -- cgit v1.2.3