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
|
|
|
|
|
|
|
PROG= reboot
|
|
|
|
DPADD= ${LIBUTIL}
|
|
|
|
LDADD= -lutil
|
2001-03-26 14:33:27 +00:00
|
|
|
MAN= reboot.8 boot_i386.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)
|
|
|
|
MLINKS+= boot_${MACHINE}.8 boot.8
|
1995-10-07 12:05:00 +00:00
|
|
|
.endif
|
|
|
|
|
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>
|