Index: /trunk/packages/sipb-xen-www/code/Makefile
===================================================================
--- /trunk/packages/sipb-xen-www/code/Makefile	(revision 582)
+++ /trunk/packages/sipb-xen-www/code/Makefile	(revision 583)
@@ -1,5 +1,10 @@
 DIRS = templates
 
-all:
+all: kill compile
+
+kill:
+	wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv
+
+compile:
 	for dir in $(DIRS); do \
 		(cd $$dir; $(MAKE) all); \
Index: /trunk/packages/sipb-xen-www/code/kill.cgi
===================================================================
--- /trunk/packages/sipb-xen-www/code/kill.cgi	(revision 583)
+++ /trunk/packages/sipb-xen-www/code/kill.cgi	(revision 583)
@@ -0,0 +1,5 @@
+#!/bin/sh
+pkill main.fcgi
+echo "Content-Type: text/plain"
+echo
+echo "Killed."
