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