Computes the BSD checksum of a file or files.

Requirements
-------------
 None apart of a compiler :)

Platform
--------
 It  has  been  tested  on  VAX OpenVMS 6.1 and Alpha OpenVMS 6.2 using
 respectively VAXC V3.2-044 and DECC V6.0-001.
 I  have  also  compiled and tested this package using GCC 2.8.0 on AXP
 and GCC 2.1.0 on VAX.

 Provided executables and objects produced by DECC and VAXC.


Compilation
-----------
	$ MMK				on VAX or Alpha
	or
	$ MMS                           on VAX
        $ MMS/MACRO=(__AXP__=1)         on Alpha

	GNUC compilation is enabled by using /MACRO=(GNUC=1)
	

Installation
------------
 You can either
 - Define a global symbol CHKSUM :== $dev:[dir]CHKSUM
 - Place the executable in DCL$PATH (VMS 6.2 and up)
 - Insert the following in DCLTABLES
        define verb CHKSUM
                image dev:[dir]CHKSUM
                cliflags(foreign)

 (no need to specify that you should copy the proper .exe* suitable for
 your platform i.e.  AXP or VAX)

 An  help  file  is  also  provided.   Insert it in your preferred help
 library.

Author
------
 Original author uknown.
 Current program written by Jrme LAURET ; jlauret@mail.chem.sunysb.edu

 Please,  send comments/suggestions/flame/blame/curses to me.  They are
 all welcomed and will help other  people  in  future  by  making  this
 software better.

