.POSIX:

PREFIX = /usr/local

all:

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