From 8d36096a2f1d497f21025c3df6fba0c14b3d7f5d Mon Sep 17 00:00:00 2001 From: vda Date: Tue, 3 Oct 2006 15:57:40 +0000 Subject: runit/chpst: "change process state" utility It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k git-svn-id: svn://busybox.net/trunk/busybox@16298 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc223478b..83da80c47 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ vpath %/Config.in $(srctree) DIRS:=applets archival archival/libunarchive coreutils console-tools \ debianutils editors findutils init miscutils modutils networking \ networking/libiproute networking/udhcp procps loginutils shell \ - sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb + sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils \ + runit libbb SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) -- cgit v1.2.3-55-g6feb