summaryrefslogtreecommitdiffstats
path: root/rules/host-file.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-file.make')
-rw-r--r--rules/host-file.make18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/host-file.make b/rules/host-file.make
new file mode 100644
index 000000000..ba796b562
--- /dev/null
+++ b/rules/host-file.make
@@ -0,0 +1,18 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Alexander Dahl <post@lespocky.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_FILE) += host-file
+
+HOST_FILE_CONF_TOOL := autoconf
+
+# vim: syntax=make