4.4BSD/usr/src/old/machine/Makefile

#	@(#)Makefile	5.6 (Berkeley) 3/5/93

MAN1=	machine.0

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/machine.sh ${DESTDIR}${BINDIR}/machine

.include <bsd.prog.mk>