set PREFIX in Makefile to the path to /bin
i.e.
PREFIX?=        /usr/local
set MANPREFIX to the path to man pages
i.e.
MANPREFIX?=     /usr/local/man
set MAN1PREFIX to where man1 pages go
i.e. 
MAN1PREFIX?=    ${MANPREFIX}/man1

The Makefile will make wwl and link wwl to locator.

- 73 Diane VA3DB
