1 1.9 christos # $NetBSD: Makefile,v 1.9 2019/09/23 13:42:36 christos Exp $ 2 1.1 thorpej 3 1.1 thorpej PROGAOUT= uboot 4 1.1 thorpej PROGSOURCE= uboot.c tgets.c 5 1.1 thorpej NEWVERSWHAT= "Primary Boot" 6 1.2 thorpej 7 1.2 thorpej CPPFLAGS+= -DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK 8 1.1 thorpej 9 1.6 gmcgarry .include "../Makefile.buildboot" 10 1.6 gmcgarry 11 1.1 thorpej install: 12 1.7 lukem ${INSTALL_DIR} -o ${BINOWN} -g ${BINGRP} -m 755 \ 13 1.1 thorpej ${DESTDIR}${BINDIR}/rbootd 14 1.7 lukem ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 444 \ 15 1.5 gmcgarry uboot.lif ${DESTDIR}${BINDIR}/uboot.lif 16 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/rdboot 17 1.1 thorpej ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/rdboot 18 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/bootrd 19 1.1 thorpej ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/bootrd 20 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/sdboot 21 1.1 thorpej ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/sdboot 22 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/bootsd 23 1.1 thorpej ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/bootsd 24 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/ctboot 25 1.1 thorpej ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/ctboot 26 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/bootct 27 1.1 thorpej ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/bootct 28 1.1 thorpej rm -f ${DESTDIR}${BINDIR}/rbootd/SYS_UBOOT 29 1.1 thorpej ln ${DESTDIR}${BINDIR}/uboot.lif ${DESTDIR}${BINDIR}/rbootd/SYS_UBOOT 30 1.3 he 31 1.8 lukem release: check_RELEASEDIR .WAIT uboot.lif 32 1.8 lukem ${HOST_INSTALL_FILE} -m ${NONBINMODE} uboot.lif \ 33 1.9 christos ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/SYS_UBOOT 34