]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/reboot/Makefile
This commit was generated by cvs2svn to compensate for changes in r55099,
[FreeBSD/FreeBSD.git] / sbin / reboot / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2
3 PROG=   reboot
4 DPADD=  ${LIBUTIL}
5 LDADD=  -lutil
6 MAN8=   reboot.8 boot_i386.8
7 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
8
9 ARCH!=  uname -m
10
11 .if exists (${.CURDIR}/boot_${ARCH}.8)
12 MLINKS+= boot_${ARCH}.8 boot.8
13 .endif
14
15 LINKS=  ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
16         ${BINDIR}/reboot ${BINDIR}/fasthalt
17
18 .include <bsd.prog.mk>