summaryrefslogtreecommitdiffstats
path: root/mbbsd.icc
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-07 01:27:33 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-07 01:27:33 +0800
commitae452414f6162b671c1e227b83689e3d716ce724 (patch)
tree76252eb743210cf2b4416ac999eccd88e36f563b /mbbsd.icc
parent448870ea0728ce1b1b16b8a5156f12ae2096da74 (diff)
downloadpttbbs-ae452414f6162b671c1e227b83689e3d716ce724.tar
pttbbs-ae452414f6162b671c1e227b83689e3d716ce724.tar.gz
pttbbs-ae452414f6162b671c1e227b83689e3d716ce724.tar.bz2
pttbbs-ae452414f6162b671c1e227b83689e3d716ce724.tar.lz
pttbbs-ae452414f6162b671c1e227b83689e3d716ce724.tar.xz
pttbbs-ae452414f6162b671c1e227b83689e3d716ce724.tar.zst
pttbbs-ae452414f6162b671c1e227b83689e3d716ce724.zip
remove SHOWPID
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@150 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd.icc')
-rw-r--r--mbbsd.icc/Makefile8
1 files changed, 2 insertions, 6 deletions
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