root/user/uw-testbin/pidcheck/Makefile

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

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

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

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


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