blob: ab9eef6ff27099d520e0f9e4975789d942d7f9dd [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#
5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7lib-y:=
Denis Vlasenko8a00f442006-11-17 18:58:16 +00008lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o
9lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o
10lib-$(CONFIG_SV) += sv.o runit_lib.o
Denis Vlasenko83ea6432006-11-16 02:27:24 +000011lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o
Denis Vlasenko8a00f442006-11-17 18:58:16 +000012lib-$(CONFIG_CHPST) += chpst.o
Denis Vlasenko3bba5452006-12-30 17:57:03 +000013
14lib-$(CONFIG_ENVDIR) += chpst.o
15lib-$(CONFIG_ENVUIDGID) += chpst.o
16lib-$(CONFIG_SETUIDGID) += chpst.o
17lib-$(CONFIG_SOFTLIMIT) += chpst.o