--- Makefile.orig	2008-01-27 22:15:07.000000000 -0800
+++ Makefile	2008-01-27 22:15:44.000000000 -0800
@@ -2290,3 +2290,24 @@
 ucspitls.o: \
 compile ucspitls.c ucspitls.h
 	./compile ucspitls.c
+
+setup-patch: it man install-destroot
+
+auto_destroot.c: \
+auto-str conf-destroot
+	./auto-str auto_qmail `head -1 conf-destroot` > auto_destroot.c
+
+auto_destroot.o: \
+compile auto_destroot.c
+	./compile auto_destroot.c
+
+install-destroot: \
+load install-destroot.o fifo.o hier.o auto_destroot.o auto_split.o auto_uids.o \
+strerr.a substdio.a open.a error.a str.a fs.a
+	./load install-destroot fifo.o hier.o auto_destroot.o auto_split.o \
+auto_uids.o strerr.a substdio.a open.a error.a str.a fs.a
+
+install-destroot.o: \
+compile install-destroot.c substdio.h strerr.h error.h open.h readwrite.h \
+exit.h
+	./compile install-destroot.c
