include .defs.mk

TYPE := kernel

ARCHIVE_TARGET := qmgr

SOURCES = \
	QmgrInit.cpp	\
	QmgrMain.cpp

include $(NDB_TOP)/Epilogue.mk
