summaryrefslogtreecommitdiff
path: root/fml/etc/compat/fml4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fml/etc/compat/fml4/Makefile')
-rw-r--r--fml/etc/compat/fml4/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/fml/etc/compat/fml4/Makefile b/fml/etc/compat/fml4/Makefile
new file mode 100644
index 00000000..56d19374
--- /dev/null
+++ b/fml/etc/compat/fml4/Makefile
@@ -0,0 +1,17 @@
+#
+# $FML$
+#
+
+PERL = perl
+
+BASE_DIR = ../../../../gnu/dist/fml4/cf
+
+TMP = ./tmp.new
+
+TEMPLATE = cf.recommended
+
+CONFIGURE = $(PERL) $(BASE_DIR)/config
+
+default_config.ph: $(BASE_DIR)/config $(BASE_DIR)/MANIFEST $(TEMPLATE)
+ $(CONFIGURE) -m $(BASE_DIR)/MANIFEST $(TEMPLATE) > $(TMP)
+ mv $(TMP) default_config.ph