# README-tools
# File last changed: Feb 23, 2021

The ncidtools are mostly perl scripts that run under Linux and UNIX.

For a description of all tools:
    http://ncid.sourceforge.net/man/ncid_tools.7.html

The Makefile is used to create the runable scripts.

    prefix  - default: prefix=/usr: $(prefix)/bin and $(prefix)/sbin
    prefix2 - default: prefix2= :   $(prefix2)/etc
    prefix3 - default: prefix3= :   $(prefix)/var

    prefix2 controls where to look for the config file,
    (the default is /etclocal)

To make scripts for /usr:       make tools
To make scripts for /usr/local: make local
