1994-05-26 06:35:07 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
2001-03-26 14:33:27 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 06:35:07 +00:00
|
|
|
|
2016-02-09 20:19:31 +00:00
|
|
|
PACKAGE=runtime
|
1994-05-26 06:35:07 +00:00
|
|
|
PROG= reboot
|
2005-11-17 09:39:36 +00:00
|
|
|
MAN= reboot.8 nextboot.8
|
1994-08-21 05:48:34 +00:00
|
|
|
MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
|
1995-10-07 12:05:00 +00:00
|
|
|
|
2001-09-12 12:21:08 +00:00
|
|
|
.if exists(${.CURDIR}/boot_${MACHINE}.8)
|
2005-11-17 09:39:36 +00:00
|
|
|
MAN+= boot_${MACHINE}.8
|
2001-09-12 12:21:08 +00:00
|
|
|
MLINKS+= boot_${MACHINE}.8 boot.8
|
1995-10-07 12:05:00 +00:00
|
|
|
.endif
|
2004-03-22 00:52:27 +00:00
|
|
|
.if ${MACHINE} == "amd64"
|
2005-11-17 09:39:36 +00:00
|
|
|
MAN+= boot_i386.8
|
2004-03-22 00:52:27 +00:00
|
|
|
MLINKS+= boot_i386.8 boot.8
|
|
|
|
.endif
|
1995-10-07 12:05:00 +00:00
|
|
|
|
1994-08-21 05:48:34 +00:00
|
|
|
LINKS= ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
|
|
|
|
${BINDIR}/reboot ${BINDIR}/fasthalt
|
1994-05-26 06:35:07 +00:00
|
|
|
|
2002-05-24 04:06:03 +00:00
|
|
|
SCRIPTS= nextboot.sh
|
|
|
|
|
1994-05-26 06:35:07 +00:00
|
|
|
.include <bsd.prog.mk>
|