# Makefile for halt

TOP=../../..
.include "$(TOP)/mk/os161.config.mk"

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


.include "$(TOP)/mk/os161.prog.mk"

