blob: d38bad20f7070b7bc14a4dedf3881787f6a336c3 [file] [log] [blame]
Denis Vlasenko7d219aa2006-10-05 10:17:08 +00001# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4#
Denys Vlasenko0ef64bd2010-08-16 20:14:46 +02005# Licensed under GPLv2, see file LICENSE in this source tree.
Denis Vlasenko7d219aa2006-10-05 10:17:08 +00006
7lib-y:=
Denys Vlasenkod70e0e92010-06-08 12:15:11 +02008
9INSERT
10
Denis Vlasenko8a00f442006-11-17 18:58:16 +000011lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o
12lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o
13lib-$(CONFIG_SV) += sv.o runit_lib.o
Denis Vlasenko83ea6432006-11-16 02:27:24 +000014lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o
Denis Vlasenko8a00f442006-11-17 18:58:16 +000015lib-$(CONFIG_CHPST) += chpst.o
Denis Vlasenko3bba5452006-12-30 17:57:03 +000016
17lib-$(CONFIG_ENVDIR) += chpst.o
18lib-$(CONFIG_ENVUIDGID) += chpst.o
19lib-$(CONFIG_SETUIDGID) += chpst.o
20lib-$(CONFIG_SOFTLIMIT) += chpst.o