summaryrefslogtreecommitdiff
path: root/distrib/special/reboot/Makefile
blob: 186846e4b25cf30b20895398814869ef6ea3c080 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 2016/03/30 06:38:40 jmc Exp $

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

.PATH:  ${.CURDIR}/../../../sbin/reboot
.include <bsd.prog.mk>