]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/reboot/Makefile
Force early initialization of the resolver library, since the resolver
[FreeBSD/FreeBSD.git] / sbin / reboot / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 PROG=   reboot
5 DPADD=  ${LIBUTIL}
6 LDADD=  -lutil
7 MAN=    reboot.8 boot_i386.8 nextboot.8
8 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
9
10 .if exists(${.CURDIR}/boot_${MACHINE}.8)
11 MLINKS+= boot_${MACHINE}.8 boot.8
12 .endif
13
14 LINKS=  ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
15         ${BINDIR}/reboot ${BINDIR}/fasthalt
16
17 SCRIPTS=        nextboot.sh
18
19 .include <bsd.prog.mk>