# $Id: README,v 1.4 2016/11/29 21:17:14 kili Exp $

The Makefile is for OpenBSD make(1), but it should also work with
other BSDs make(1) implementations. For other implementation (like
GNU make), you probably have to write your own Makefile. Or search
for a package with a BSD compatible make(1), like pmake on Debian.

To build this on OpenBSD: make depend && make

To cleanup: make clean && make cleandir
