Igor Sarkisov | b301d6f | 2020-10-06 07:19:33 -0700 | [diff] [blame] | 1 | # Makefile for busybox |
| 2 | # |
| 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
| 4 | # |
| 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
| 6 | |
| 7 | lib-y:= |
| 8 | |
| 9 | INSERT |
| 10 | |
| 11 | lib-$(CONFIG_RUNSV) += runsv.o |
| 12 | lib-$(CONFIG_RUNSVDIR) += runsvdir.o |
| 13 | lib-$(CONFIG_SV) += sv.o |
| 14 | lib-$(CONFIG_SVLOGD) += svlogd.o |
| 15 | lib-$(CONFIG_CHPST) += chpst.o |
| 16 | |
| 17 | lib-$(CONFIG_ENVDIR) += chpst.o |
| 18 | lib-$(CONFIG_ENVUIDGID) += chpst.o |
| 19 | lib-$(CONFIG_SETUIDGID) += chpst.o |
| 20 | lib-$(CONFIG_SOFTLIMIT) += chpst.o |