.POSIX:

PREFIX = /usr/local

all:

install: all
	+cd man3 && $(MAKE) PREFIX=$(PREFIX) install
	+cd man7 && $(MAKE) PREFIX=$(PREFIX) install
