1 1.10.6.2 jtc # $NetBSD: Makefile,v 1.10.6.2 1996/06/28 17:28:07 jtc Exp $ 2 1.7 cgd # @(#)Makefile 8.1 (Berkeley) 6/5/93 3 1.1 cgd 4 1.1 cgd PROG= reboot 5 1.1 cgd DPADD= ${LIBUTIL} 6 1.1 cgd LDADD= -lutil 7 1.10.6.2 jtc MAN= reboot.8 boot_atari.8 boot_hp300.8 boot_i386.8 boot_mac68k.8 \ 8 1.10.6.2 jtc boot_pmax.8 boot_sparc.8 boot_sun3.8 boot_tahoe.8 boot_vax.8 \ 9 1.10.6.2 jtc boot_x68k.8 10 1.7 cgd MLINKS= reboot.8 halt.8 11 1.7 cgd LINKS= ${BINDIR}/reboot ${BINDIR}/halt 12 1.1 cgd 13 1.1 cgd .include <bsd.prog.mk> 14