Received: by taz.hyperreal.com (8.7.6/V2.0) id LAA29311; Fri, 1 Nov 1996 11:07:52 -0800 (PST) Received: by taz.hyperreal.com (8.7.6/V2.0) id LAA29296; Fri, 1 Nov 1996 11:07:43 -0800 (PST) Date: Fri, 1 Nov 1996 11:07:43 -0800 (PST) From: Ben Laurie Message-Id: <199611011907.LAA29296@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/support Makefile Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com ben 96/11/01 11:07:41 Modified: support Makefile Added: manual API.html FAQ.html LICENSE auth_dbm.html bind.html compat_notes.html content-negotiation.html core.html custom-error.html directives.html handler.html host.html howto.html index.html install.html invoking.html keepalive.html known_bugs.html man-template.html mod_access.html mod_actions.html mod_alias.html mod_asis.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_auth_msql.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dir.html mod_dld.html mod_env.html mod_imap.html mod_include.html mod_info.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_negotiation.html mod_proxy.html mod_status.html mod_userdir.html modules.html nopgp.html perf-bsd44.html perf-dec.html perf.html process-model.html security_tips.html vif.info.txt virtual-host.html windoz_keepalive.html manual/1.1 bind.html handler.html host.html index.html keepalive.html location.html mod_actions.html mod_auth_anon.html mod_auth_db.html mod_auth_msql.html mod_cern_meta.html mod_digest.html mod_env.html mod_imap.html mod_info.html mod_proxy.html mod_status.html mod_userdir.html manual/1.2 client_block_api.html index.html mod_fastcgi.html mod_usertrack.html xssi.html Log: Initial checkin of Apache documentation. Revision Changes Path 1.12 +4 -4 apache/support/Makefile Index: Makefile =================================================================== RCS file: /export/home/cvs/apache/support/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -C3 -r1.11 -r1.12 *** Makefile 1996/08/20 13:25:02 1.11 --- Makefile 1996/11/01 19:07:39 1.12 *************** *** 1,15 **** ! # $Id: Makefile,v 1.11 1996/08/20 13:25:02 paul Exp $ # For gcc ! CC= gcc # For ANSI compilers ! #CC= cc #For Optimization #CFLAGS= -O2 #For debugging CFLAGS= -g # For SCO ODT ! #EXTRA_LIBS= -lcrypt_i # For OS/2 port #EXTRA_LIBS= -llibufc -lsocket --- 1,15 ---- ! # $Id: Makefile,v 1.12 1996/11/01 19:07:39 ben Exp $ # For gcc ! #CC= gcc # For ANSI compilers ! CC= cc #For Optimization #CFLAGS= -O2 #For debugging CFLAGS= -g # For SCO ODT ! EXTRA_LIBS= -lcrypt_i # For OS/2 port #EXTRA_LIBS= -llibufc -lsocket