xref: /original-bsd/old/machine/Makefile (revision ce06cd54)
1#	@(#)Makefile	5.6 (Berkeley) 03/05/93
2
3MAN1=	machine.0
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7	    ${.CURDIR}/machine.sh ${DESTDIR}${BINDIR}/machine
8
9.include <bsd.prog.mk>
10