xref: /openbsd/sbin/reboot/Makefile (revision 4bdff4be)
1#	$OpenBSD: Makefile,v 1.7 2016/03/30 06:38:43 jmc Exp $
2
3PROG=	reboot
4DPADD=	${LIBUTIL}
5LDADD=	-lutil
6MAN=	reboot.8
7LINKS=	${BINDIR}/reboot ${BINDIR}/halt
8
9.include <bsd.prog.mk>
10