include ../Makefile.inc MAN = bioapitool.1 all: install: ${INSTALL} -o root -m 0755 ${MAN} ${PREFIX}/man/man1/${MAN} clean: