Move readlink, mktemp, run-parts and which to a new debianutils dir.
diff --git a/debianutils/config.in b/debianutils/config.in
new file mode 100644
index 0000000..7b1d929
--- /dev/null
+++ b/debianutils/config.in
@@ -0,0 +1,15 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+mainmenu_option next_comment
+comment 'Debian Utilities'
+
+bool 'mktemp'	    CONFIG_MKTEMP
+bool 'readlink'	    CONFIG_READLINK
+bool 'run-parts'    CONFIG_RUN_PARTS
+bool 'which'	    CONFIG_WHICH
+
+endmenu
+