os161 / userland / sbin / halt / Makefile
Makefile
Raw
# Makefile for halt

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

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


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