MAN1=	manck.1

PREFIX?=	/usr/local
BINDIR=		${PREFIX}/bin
MANDIR=		${PREFIX}/man/man

all nothing:

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/manck.pl ${DESTDIR}${BINDIR}/manck
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${.CURDIR}/manck.files ${.CURDIR}/manck.pages \
	    ${DESTDIR}${PREFIX}/share

.include <bsd.prog.mk>


syntax highlighted by Code2HTML, v. 0.9.1