Removed all trace of hand-tooled regexp routines. Bye bye, baby.
diff --git a/Makefile b/Makefile
index bc2eb81..032e216 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@
 busybox.links: busybox.def.h
 	- ./busybox.mkll | sort >$@
 
-regexp.o nfsmount.o cmdedit.o: %.o: %.h
+nfsmount.o cmdedit.o: %.o: %.h
 $(OBJECTS): %.o: busybox.def.h internal.h  %.c Makefile
 
 test tests: