xref: /openbsd/distrib/special/reboot/Makefile (revision 4bdff4be)
1#	$OpenBSD: Makefile,v 1.3 2023/08/14 08:56:21 kn Exp $
2
3PROG=	reboot
4DPADD=	${LIBUTIL}
5LDADD=	-lutil
6LINKS=	${BINDIR}/reboot ${BINDIR}/halt
7
8.PATH:  ${.CURDIR}/../../../sbin/reboot
9.include <bsd.prog.mk>
10