Files
PDSos161/userland/sbin/halt/Makefile

13 lines
145 B
Makefile
Raw Normal View History

2020-04-06 18:30:47 +02:00
# Makefile for halt
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=halt
SRCS=halt.c
BINDIR=/sbin
.include "$(TOP)/mk/os161.prog.mk"