diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/Makefile.in b/Makefile.in index 3312272a..5e547e06 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,48 +1,4 @@ -# -# Makefile for popclient -# Carl Harris, ceharris@mal.com -# -# $Log: Makefile.in,v $ -# Revision 1.4 1996/06/28 15:07:11 esr -# Gotcha. -# -# Revision 1.3 1996/06/28 14:53:20 esr -# Licensing and copyright changes pursuant to Carl Harris handing me the -# baton. -# -# Revision 1.2 1996/06/26 19:08:55 esr -# This is what I sent Harris. -# -# Revision 1.1 1996/06/25 14:29:44 esr -# Initial revision -# -# Revision 1.5 1995/08/10 00:32:19 ceharris -# Preparation for 3.0b3 beta release: -# - added code for --kill/--keep, --limit, --protocol, --flush -# options; --pop2 and --pop3 options now obsoleted by --protocol. -# - added support for APOP authentication, including --with-APOP -# argument for configure. -# - provisional and broken support for RPOP -# - added buffering to SockGets and SockRead functions. -# - fixed problem of command-line options not being correctly -# carried into the merged options record. -# -# Revision 1.4 1995/08/09 01:32:41 ceharris -# Version 3.0 beta 2 release. -# Added -# - .poprc functionality -# - GNU long options -# - multiple servers on the command line. -# Fixed -# - Passwords showing up in ps output. -# -# Revision 1.3 1995/08/08 01:01:11 ceharris -# Added GNU-style long options processing. -# Fixed password in 'ps' output problem. -# Fixed various RCS tag blunders. -# Integrated .poprc parser, lexer, etc into Makefile processing. -# -# +# Makefile for popclient # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |