xref: /original-bsd/sbin/reboot/Makefile (revision 9b5efc43)
1#	@(#)Makefile	5.6 (Berkeley) 06/29/90
2
3PROG=	reboot
4DPADD=	${LIBUTIL}
5LDADD=	-lutil
6
7MAN8=	reboot_${MACHINE}.0
8MLINKS=	reboot_${MACHINE}.8 reboot.8
9MANSUBDIR=/${MACHINE}
10
11.include <bsd.prog.mk>
12