# Makefile for busybox | |
# | |
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | |
# | |
# Licensed under the GPL v2, see the file LICENSE in this tarball. | |
lib-y:= | |
lib-$(CONFIG_ADDGROUP) += addgroup.o | |
lib-$(CONFIG_ADDUSER) += adduser.o | |
lib-$(CONFIG_GETTY) += getty.o | |
lib-$(CONFIG_LOGIN) += login.o | |
lib-$(CONFIG_PASSWD) += passwd.o | |
lib-$(CONFIG_SU) += su.o | |
lib-$(CONFIG_SULOGIN) += sulogin.o | |
lib-$(CONFIG_VLOCK) += vlock.o | |
lib-$(CONFIG_DELUSER) += deluser.o | |
lib-$(CONFIG_DELGROUP) += deluser.o |