do not reset if IGNORE has been requested
[unix-history] / usr / src / sbin / reboot / Makefile
CommitLineData
8dfba8bc 1# @(#)Makefile 5.6 (Berkeley) %G%
2c382243 2
f15273bc 3PROG= reboot
f15273bc
KB
4DPADD= ${LIBUTIL}
5LDADD= -lutil
9c081855 6
1db89052 7MAN8= reboot_${MACHINE}.0
1db89052 8MLINKS= reboot_${MACHINE}.8 reboot.8
8dfba8bc 9MANSUBDIR=/${MACHINE}
2c382243 10
f15273bc 11.include <bsd.prog.mk>