2006-10-05 10:17:08 +00:00
|
|
|
# Makefile for busybox
|
|
|
|
#
|
|
|
|
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
|
|
|
|
#
|
2010-08-16 18:14:46 +00:00
|
|
|
# Licensed under GPLv2, see file LICENSE in this source tree.
|
2006-10-05 10:17:08 +00:00
|
|
|
|
|
|
|
lib-y:=
|
2010-06-08 10:15:11 +00:00
|
|
|
|
|
|
|
INSERT
|
|
|
|
|
2010-10-13 10:53:27 +00:00
|
|
|
lib-$(CONFIG_RUNSV) += runsv.o
|
|
|
|
lib-$(CONFIG_RUNSVDIR) += runsvdir.o
|
|
|
|
lib-$(CONFIG_SV) += sv.o
|
|
|
|
lib-$(CONFIG_SVLOGD) += svlogd.o
|
2006-11-17 18:58:16 +00:00
|
|
|
lib-$(CONFIG_CHPST) += chpst.o
|
2006-12-30 17:57:03 +00:00
|
|
|
|
|
|
|
lib-$(CONFIG_ENVDIR) += chpst.o
|
|
|
|
lib-$(CONFIG_ENVUIDGID) += chpst.o
|
|
|
|
lib-$(CONFIG_SETUIDGID) += chpst.o
|
|
|
|
lib-$(CONFIG_SOFTLIMIT) += chpst.o
|