To build the "identd" daemon, do the following steps:

1. Type "make" and watch it build nicely (hopefully).

2. As "root", type "make install". This will copy the executable
   daemon "identd" into the destination directory as specified in
   the Makefile (normally /etc) and the man page into the specified
   man directory (normally /usr/man/man8).

3. Edit /etc/services to contain a line "ident 113/tcp auth".

4. Edit the file /etc/inetd.conf to contain a line:
     ident     stream  tcp  nowait  nobody   /etc/identd    identd

5. Restart the "inetd" daemon. (Can normally be done with a "SIGHUP" signal).

6. All done.

