# Makefile for halt

SRCS=halt.c
PROG=halt
BINDIR=/sbin

include ../../defs.mk
include ../../mk/prog.mk

