summaryrefslogtreecommitdiffstats
path: root/mbbsd.icc
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd.icc')
-rw-r--r--mbbsd.icc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd.icc/Makefile b/mbbsd.icc/Makefile
index 9247b770..02f34a63 100644
--- a/mbbsd.icc/Makefile
+++ b/mbbsd.icc/Makefile
@@ -22,6 +22,10 @@ CFLAGS+= -O
LDFLAGS+= -O
.endif
+.if defined(NO_SHOWPID)
+CFLAGS+= -DNO_SHOWPID
+.endif
+
.if defined(NO_FORK)
CFLAGS+= -DNO_FORK
.endif