# Makefile for tinyhalt .include PROG= halt SRCS= tinyhalt.c BINDIR= /bin BINMODE= 744 LINKS+= ${BINDIR}/halt ${BINDIR}/reboot MAN= .include