1 1.1.20.1 he # $NetBSD: Makefile,v 1.1.20.1 2000/07/13 21:21:56 he Exp $ 2 1.1 thorpej 3 1.1 thorpej PROGAOUT= inst 4 1.1 thorpej PROGSOURCE= inst.c 5 1.1 thorpej NEWVERSWHAT= "Miniroot Installer" 6 1.1 thorpej 7 1.1 thorpej install: 8 1.1 thorpej ${INSTALL} -d -m 755 -o ${BINOWN} -g ${BINGRP} \ 9 1.1 thorpej ${DESTDIR}${BINDIR}/rbootd 10 1.1 thorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 inst.lif \ 11 1.1 thorpej ${DESTDIR}${BINDIR}/inst.lif 12 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_INST 13 1.1 thorpej ln ${DESTDIR}${BINDIR}/inst.lif ${DESTDIR}${BINDIR}/rbootd/SYS_INST 14 1.1.20.1 he 15 1.1.20.1 he .ifndef RELEASEDIR 16 1.1.20.1 he release: 17 1.1.20.1 he @echo setenv RELEASEDIR first 18 1.1.20.1 he @false 19 1.1.20.1 he .else 20 1.1.20.1 he release: inst.lif 21 1.1.20.1 he mkdir -p $(RELEASEDIR)/installation/misc 22 1.1.20.1 he rm -f $(RELEASEDIR)/installation/misc/SYS_INST 23 1.1.20.1 he ${INSTALL} -c -m 444 inst.lif $(RELEASEDIR)/installation/misc/SYS_INST 24 1.1.20.1 he .endif # RELEASEDIR check 25 1.1 thorpej 26 1.1 thorpej .include "../Makefile.buildboot" 27