summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.apache.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk
index c48a33569359..edbaf9747448 100644
--- a/Mk/bsd.apache.mk
+++ b/Mk/bsd.apache.mk
@@ -20,7 +20,7 @@
# is defined, APACHE_PORT will be set to www/apache20
#
-.if !defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
+#.if !defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
Apache_Pre_Include= bsd.apache.mk
@@ -353,8 +353,8 @@ AP_EXTRAS+= -L ${AP_LIB}
.endif
-.endif #!defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
-.if defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
+#.endif #!defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
+#.if defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
Apache_Post_Include= bsd.apache.mk
.if defined(AP_PORT_IS_SERVER)
@@ -425,4 +425,4 @@ do-install:
.endif
.endif
.endif
-.endif # defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
+#.endif # defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)