freebsd-dev/sbin/reboot/Makefile
Rodney W. Grimes 8fae3551ec BSD 4.4 Lite sbin Sources
Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00

19 lines
578 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= reboot
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN8= reboot.0 boot_hp300.0 boot_i386.0 boot_sparc.0 boot_tahoe.0 boot_vax.0
MLINKS= reboot.8 halt.8
LINKS= ${BINDIR}/reboot ${BINDIR}/halt
afterinstall:
${MINSTALL} boot_hp300.0 ${DESTDIR}${MANDIR}8/hp300/boot.0
${MINSTALL} boot_i386.0 ${DESTDIR}${MANDIR}8/i386/boot.0
${MINSTALL} boot_sparc.0 ${DESTDIR}${MANDIR}8/sparc/boot.0
${MINSTALL} boot_tahoe.0 ${DESTDIR}${MANDIR}8/tahoe/boot.0
${MINSTALL} boot_vax.0 ${DESTDIR}${MANDIR}8/vax/boot.0
.include <bsd.man.mk>
.include <bsd.prog.mk>