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