# Makefile for xhog

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

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


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

