added missing offset that caused an infinite loop when searching
[unix-history] / sbin / reboot / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.6 (Berkeley) 6/29/90
2
3PROG= reboot
4DPADD= ${LIBUTIL}
5LDADD= -lutil
6
8bdfd771 7MAN8= reboot_${MACHINE}.8
15637ed4
RG
8MLINKS= reboot_${MACHINE}.8 reboot.8
9MANSUBDIR=/${MACHINE}
10
11.include <bsd.prog.mk>