include .defs.mk

TYPE := kernel

ARCHIVE_TARGET := ndbcntr

SOURCES = \
	NdbcntrInit.cpp	\
	NdbcntrSysTable.cpp \
	NdbcntrMain.cpp

include $(NDB_TOP)/Epilogue.mk
