xref: /original-bsd/sbin/reboot/Makefile (revision 9fa17c5f)
1#	@(#)Makefile	5.5 (Berkeley) 06/19/90
2
3PROG=	reboot
4DPADD=	${LIBUTIL}
5LDADD=	-lutil
6
7.if ${MACHINE} == "hp300"
8NOMAN=	noman
9.else
10MAN8=	reboot_${MACHINE}.0
11MANSUBDIR=/${MACHINE}
12MLINKS=	reboot_${MACHINE}.8 reboot.8
13.endif
14
15.include <bsd.prog.mk>
16