]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/reboot/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / sbin / reboot / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 PROG=   reboot
5 MAN=    reboot.8 nextboot.8
6 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
7
8 .if exists(${.CURDIR}/boot_${MACHINE}.8)
9 MAN+=   boot_${MACHINE}.8
10 MLINKS+= boot_${MACHINE}.8 boot.8
11 .endif
12 .if ${MACHINE} == "amd64"
13 MAN+=   boot_i386.8
14 MLINKS+= boot_i386.8 boot.8
15 .endif
16
17 LINKS=  ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
18         ${BINDIR}/reboot ${BINDIR}/fasthalt
19
20 SCRIPTS=        nextboot.sh
21
22 .include <bsd.prog.mk>