Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 1995/03/18 14:59:24 cgd Exp $
2#	@(#)Makefile	5.6 (Berkeley) 6/29/90
3
4PROG=	reboot
5DPADD=	${LIBUTIL}
6LDADD=	-lutil
7
8MAN=	reboot_${MACHINE}.8
9MLINKS=	reboot_${MACHINE}.8 reboot.8
10MANSUBDIR=/${MACHINE}
11
12.include <bsd.prog.mk>
13