diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.apache.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 121d228d577e..df6aa1c47888 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -405,7 +405,7 @@ IGNORE= ${_ERROR_MSG} use USE_APACHE instead of USE_APACHE_BUILD and USE_APACHE_ .endif .if defined(NO_BUILD) && defined(USE_APACHE) -IGNORE= If NO_BUILD is used, then USE_APACHE_RUN is sufficient. Please fix your Makefile +BROKEN= If NO_BUILD is used, then USE_APACHE_RUN is sufficient. Please fix your Makefile .endif .if defined(AP_PORT_IS_SERVER) |