Adding fileonlytest.

This commit is contained in:
Geoffrey Challen
2016-01-11 21:09:40 -05:00
parent ac37b61ba1
commit 002459aa19
2 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Makefile for fileonlytest
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=fileonlytest
SRCS=fileonlytest.c
BINDIR=/testbin
.include "$(TOP)/mk/os161.prog.mk"