root/user/uw-testbin/onefork/Makefile

/* [<][>][^][v][top][bottom][index][help] */
# Makefile for onefork

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

PROG=onefork
SRCS=onefork.c
BINDIR=/uw-testbin

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


/* [<][>][^][v][top][bottom][index][help] */