1 1.5.2.3 thorpej # $NetBSD: Makefile,v 1.5.2.3 2003/01/07 21:08:38 thorpej Exp $ 2 1.5.2.2 nathanw 3 1.5.2.2 nathanw PROGAOUT= inst 4 1.5.2.2 nathanw PROGSOURCE= inst.c 5 1.5.2.2 nathanw NEWVERSWHAT= "Miniroot Installer" 6 1.5.2.2 nathanw 7 1.5.2.2 nathanw CPPFLAGS+= -DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK 8 1.5.2.2 nathanw 9 1.5.2.2 nathanw .include "../Makefile.buildboot" 10 1.5.2.2 nathanw 11 1.5.2.2 nathanw install: 12 1.5.2.2 nathanw ${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \ 13 1.5.2.2 nathanw ${DESTDIR}${BINDIR}/rbootd 14 1.5.2.2 nathanw ${INSTALL} ${COPY} -m 444 -o ${BINOWN} -g ${BINGRP} ${INSTPRIV} \ 15 1.5.2.2 nathanw inst.lif ${DESTDIR}${BINDIR}/inst.lif 16 1.5.2.2 nathanw rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_INST 17 1.5.2.2 nathanw ln ${DESTDIR}${BINDIR}/inst.lif ${DESTDIR}${BINDIR}/rbootd/SYS_INST 18 1.5.2.2 nathanw 19 1.5.2.3 thorpej release: check_RELEASEDIR .WAIT inst.lif 20 1.5.2.3 thorpej ${HOST_INSTALL_FILE} -m ${NONBINMODE} inst.lif \ 21 1.5.2.3 thorpej ${RELEASEDIR}/${MACHINE}/installation/misc/SYS_INST 22 1.5.2.2 nathanw 23