1#	$NetBSD: Makefile,v 1.17 2000/04/25 14:03:26 hubertf Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4PROG=	reboot
5DPADD=	${LIBUTIL}
6LDADD=	-lutil
7CPPFLAGS+=	-DSUPPORT_UTMP -DSUPPORT_UTMPX
8MAN=	reboot.8
9MLINKS=	reboot.8 halt.8 \
10	reboot.8 poweroff.8
11LINKS=	${BINDIR}/reboot ${BINDIR}/halt \
12	${BINDIR}/reboot ${BINDIR}/poweroff
13
14.include <bsd.prog.mk>
15