# Makefile for shelltest TOP=../../.. .include "$(TOP)/mk/os161.config.mk" PROG=shelltest SRCS=shelltest.c BINDIR=/testbin .include "$(TOP)/mk/os161.prog.mk"