xref: /netbsd-src/sbin/reboot/Makefile (revision 76dfffe33547c37f8bdd446e3e4ab0f3c16cea4b)
1#	$NetBSD: Makefile,v 1.13 1996/10/17 01:05:57 perry Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4PROG=	reboot
5DPADD=	${LIBUTIL}
6LDADD=	-lutil
7MAN=	reboot.8 boot_atari.8 boot_hp300.8 boot_i386.8 boot_mac68k.8 \
8	boot_pmax.8 boot_sparc.8 boot_sun3.8 boot_vax.8 boot_x68k.8
9MLINKS=	reboot.8 halt.8
10LINKS=	${BINDIR}/reboot ${BINDIR}/halt
11
12.include <bsd.prog.mk>
13