From 424ecf02b259a1b3c63736bb735a712502b7f4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 19 Nov 2004 19:36:29 +0000 Subject: [PATCH] added zic build top and tput against libroot.so git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10035 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index 98d1297ce4..fdf2732e52 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -37,7 +37,7 @@ StdBinCommands StdBinCommands top.c tput.c - : libtermcap.a + : libroot.so libtermcap.a ; # standard commands that need libbe.so @@ -119,6 +119,7 @@ SubInclude OBOS_TOP src apps bin pc ; SubInclude OBOS_TOP src apps bin sed-4.0.9 ; SubInclude OBOS_TOP src apps bin sharutils-4.2.1 ; SubInclude OBOS_TOP src apps bin vim ; +SubInclude OBOS_TOP src apps bin zic ; # RCS commands SubInclude OBOS_TOP src apps bin rcs ;