# Makefile for zhog

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

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


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