#	$id$

PREFIX?=	/usr/local
BINDIR=		${PREFIX}/bin
MANDIR=		${PREFIX}/man/man
MAN1=           info2html.1

all nothing:

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/info2html.pl ${DESTDIR}${BINDIR}/info2html

.include <bsd.prog.mk>
