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