diff options
Diffstat (limited to 'mbbsd.icc/Makefile')
-rw-r--r-- | mbbsd.icc/Makefile | 4 |
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 |