From 0c22be21ab0c83b48c7b75bab5006b87e32e1c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 29 Jun 2006 18:47:10 +0000 Subject: [PATCH] Removed route target as well - it also needs sysctl(), and needs to be ported over to the new stack. It seems I removed sysctl() a bit too early, as this effectively turns off our current immature networking stack - sorry, but it wasn't that useful, anyway. Feel free to send me your complaints :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17971 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 138d3d6f04..0b8a15e7b2 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -136,7 +136,7 @@ AddFilesToHaikuImage beos system servers : $(BEOS_SYSTEM_SERVERS) ; # apps AddFilesToHaikuImage beos system : runtime_loader Deskbar Tracker ; -AddFilesToHaikuImage beos bin : $(BEOS_BIN) consoled route ; +AddFilesToHaikuImage beos bin : $(BEOS_BIN) consoled ; AddFilesToHaikuImage beos apps : $(BEOS_APPS) ; AddFilesToHaikuImage beos preferences : $(BEOS_PREFERENCES) ;