xref: /netbsd/sbin/reboot/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.17 2000/04/25 14:03:26 hubertf Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4PROG=	reboot
5DPADD=	${LIBUTIL}
6LDADD=	-lutil
7MAN=	reboot.8
8MLINKS=	reboot.8 halt.8 \
9	reboot.8 poweroff.8
10LINKS=	${BINDIR}/reboot ${BINDIR}/halt \
11	${BINDIR}/reboot ${BINDIR}/poweroff
12
13.include <bsd.prog.mk>
14