Index: app/conf/Makefile
===================================================================
--- app/conf/Makefile	(revision f1563c0f0270f57e03d1fba3f2ce99a3828b3b8c)
+++ app/conf/Makefile	(revision f1563c0f0270f57e03d1fba3f2ce99a3828b3b8c)
@@ -0,0 +1,8 @@
+main:
+
+copy:
+ifdef UTT_CONF_DIR
+	cp *.conf ${UTT_CONF_DIR}
+endif
+
+clean:
