Add lowgtmp("~", "reboot", "~"); to stock init code, from Christoph Robitsch
[unix-history] / sbin / halt / Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
PROG= halt
MAN8= halt.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>