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

.include <bsd.prog.mk>

