summaryrefslogtreecommitdiff
path: root/sbin/reboot/Makefile
blob: acfc9c89cb34567e573e79288ee1acc6d547a79b (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.7 2016/03/30 06:38:43 jmc Exp $

PROG=	reboot
DPADD=	${LIBUTIL}
LDADD=	-lutil
MAN=	reboot.8
LINKS=	${BINDIR}/reboot ${BINDIR}/halt

.include <bsd.prog.mk>