# Makefile for sh

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

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