Commit Graph

3 Commits

Author SHA1 Message Date
308f5650e1 Fix portability problems going to OpenBSD
The earlier Makefile assumed GNU tooling in the following ways:

1. install having a -t target directory argument.
2. make having an internal rule to make a target based only on...
   ansi2text: ansi2text.o
3. man pages go to /usr/local/share/man, which is not the location
   on OpenBSD

Made a note about installation, pointing out the use of the MANDIR
variable to correct the man page destination.

Added an uninstall target.
2020-12-15 20:29:02 -05:00
550135fcff Makefile: add clean target. 2020-12-15 19:32:05 -05:00
6735c09ed1 Add Makefile, changelog, include err.h, url in README 2020-12-15 19:28:27 -05:00