summaryrefslogtreecommitdiff
path: root/www/apache-contrib/files/patch-Makefile
blob: a59bdd4afbcf69c2c5b5d703c84ad3de4aab9683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- Makefile.orig	Fri Mar  3 17:25:33 2000
+++ Makefile	Sat Nov 13 15:52:58 2004
@@ -9,28 +9,32 @@
     mod_allowdev         \
     mod_auth_cookie      \
     mod_auth_cookie_file \
-    mod_auth_external    \
     mod_auth_inst        \
     mod_auth_system      \
     mod_eaccess          \
-    mod_bandwidth        \
     mod_cgisock          \
     mod_cache            \
     mod_urlcount         \
     mod_disallow_id      \
-    mod_layout           \
     mod_lock             \
     mod_peephole         \
-    mod_put              \
     mod_qs2ssi           \
     mod_session          \
+    mod_random           \
+    mod_ip_forwarding
+
+.if defined(NO_PORTS)
+SUBDIRS+= \
+    mod_auth_external    \
+    mod_bandwidth        \
+    mod_layout           \
+    mod_put              \
     mod_ticket           \
     mod_fastcgi          \
     mod_cvs              \
-    mod_random           \
-    mod_roaming          \
-    mod_ip_forwarding    \
-    mod_macro
+    mod_macro            \
+    mod_roaming
+.endif
 
 EXTRA_SUBDIRS= \
     mod_monitor          \