93 -e 'print q{visible_hostname localhost} if $$. == 1;' \ |
93 -e 'print q{visible_hostname localhost} if $$. == 1;' \ |
94 -e 's/^\# +cache_effective_user.*/cache_effective_user webservd/g;' \ |
94 -e 's/^\# +cache_effective_user.*/cache_effective_user webservd/g;' \ |
95 -e 's/^\# +dns_testnames.*/dns_testnames localhost/g' \ |
95 -e 's/^\# +dns_testnames.*/dns_testnames localhost/g' \ |
96 src/squid.conf.default ) |
96 src/squid.conf.default ) |
97 |
97 |
98 |
|
99 PKG_PROTO_DIRS += $(SOURCE_DIR) |
|
100 PKG_PROTO_DIRS += $(COMPONENT_DIR) |
|
101 |
|
102 |
|
103 include ../../make-rules/shared-targets.mk |
|
104 |
|
105 # common targets |
98 # common targets |
106 build: $(BUILD_32) |
99 build: $(BUILD_32) |
107 |
100 |
108 install: $(INSTALL_32) |
101 install: $(INSTALL_32) |
109 sed -f oracleman-stability $(BUILD_DIR_32)/doc/squid.8 \ |
|
110 > $(PROTOUSRDIR)/squid/man/man8/squid.8 |
|
111 sed -f oracleman-stability $(BUILD_DIR_32)/doc/cachemgr.cgi.8 \ |
|
112 > $(PROTOUSRDIR)/squid/man/man8/cachemgr.cgi.8 |
|
113 sed -f oracleman-stability $(SOURCE_DIR)/helpers/basic_auth/NCSA/ncsa_auth.8 \ |
|
114 > $(PROTOUSRDIR)/squid/man/man8/ncsa_auth.8 |
|
115 sed -f oracleman-stability $(SOURCE_DIR)/helpers/basic_auth/PAM/pam_auth.8 \ |
|
116 > $(PROTOUSRDIR)/squid/man/man8/pam_auth.8 |
|
117 sed -f oracleman-stability $(BUILD_DIR_32)/helpers/basic_auth/DB/squid_db_auth.8 \ |
|
118 > $(PROTOUSRDIR)/squid/man/man8/squid_db_auth.8 |
|
119 sed -f oracleman-stability $(SOURCE_DIR)/helpers/basic_auth/LDAP/squid_ldap_auth.8 \ |
|
120 > $(PROTOUSRDIR)/squid/man/man8/squid_ldap_auth.8 |
|
121 sed -f oracleman-stability $(SOURCE_DIR)/helpers/external_acl/ldap_group/squid_ldap_group.8 \ |
|
122 > $(PROTOUSRDIR)/squid/man/man8/squid_ldap_group.8 |
|
123 sed -f oracleman-stability $(SOURCE_DIR)/helpers/external_acl/unix_group/squid_unix_group.8 \ |
|
124 > $(PROTOUSRDIR)/squid/man/man8/squid_unix_group.8 |
|
125 |
102 |
126 test: |
103 test: $(NO_TESTS) |
127 @echo "no tests available" |
|
128 |
|
129 |
104 |
130 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
105 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
131 |
106 |
132 include ../../make-rules/depend.mk |
107 include ../../make-rules/depend.mk |