#-*-Makefile-*- vim:syntax=make
#$Id$

ifndef TOSDIR
TOSDIR := $(shell ncc -print-tosdir)
endif

ECHELONDIR ?= $(TOSDIR)/../contrib/echelon
MAKERULES ?= $(TOSDIR)/../beta/make/Makerules

TOSMAKE_PATH += $(ECHELONDIR)/make

include $(MAKERULES)

