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

NCID server extensions:

Extensions are located in /usr/share/ncid/ or /usr/local/share/ncid

Extensions with names ending with .skel require content customization by users
and a rename by removing "-skel" from the name in /usr/share/ncid/extensions.
More details are in the script comments.

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 /etc)

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