PKG	= hi
UPKG	= Hi

CSRC  = $(UPKG)/hschooks.c
COBJ  = $(UPKG)/hschooks.o

TOP=../..
include ../build.mk

HC_OPTS	+= -I$(UPKG)

install: install-me
