1406d87b1SGlen BarberPACKAGE=runtime 28fae3551SRodney W. GrimesPROG= reboot 3389ec194SRuslan ErmilovMAN= reboot.8 nextboot.8 47f4b19d6SDavid GreenmanMLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8 5d16b647eSJoerg Wunsch 669f568ecSRuslan Ermilov.if exists(${.CURDIR}/boot_${MACHINE}.8) 7389ec194SRuslan ErmilovMAN+= boot_${MACHINE}.8 869f568ecSRuslan ErmilovMLINKS+= boot_${MACHINE}.8 boot.8 9d16b647eSJoerg Wunsch.endif 109055e6fdSDavid E. O'Brien.if ${MACHINE} == "amd64" 11389ec194SRuslan ErmilovMAN+= boot_i386.8 129055e6fdSDavid E. O'BrienMLINKS+= boot_i386.8 boot.8 139055e6fdSDavid E. O'Brien.endif 14d16b647eSJoerg Wunsch 15*fd6d4737SWarner LoshLINKS= ${BINDIR}/reboot ${BINDIR}/halt \ 16*fd6d4737SWarner Losh ${BINDIR}/reboot ${BINDIR}/fastboot \ 17*fd6d4737SWarner Losh ${BINDIR}/reboot ${BINDIR}/fasthalt \ 18*fd6d4737SWarner Losh ${BINDIR}/reboot ${BINDIR}/nextboot 19a119f259SGordon Tetlow 208fae3551SRodney W. Grimes.include <bsd.prog.mk> 21