mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
7e84e539de
(by Thomas Lundquist <lists@zelow.no>)
19 lines
534 B
Makefile
19 lines
534 B
Makefile
# 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_CRYPTPW) += cryptpw.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
|