1# $MirOS: src/usr.sbin/installboot/Makefile,v 1.1 2007/10/20 21:59:48 tg Exp $ 2 3NOOBJ= yes # for now 4 5afterinstall: 6 ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ 7 ${.CURDIR}/bxinst.${MACHINE} ${DESTDIR}/usr/mdec/bootxx.sh 8 9.include <bsd.prog.mk> 10