axf-os161 / userland / bin / sh / Makefile
Makefile
Raw
# Makefile for sh

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

PROG=sh
SRCS=sh.c
BINDIR=/bin
HOSTBINDIR=/hostbin


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