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