blob: 76302aa76d9a346ecb861b82c02d9f6024706a2e [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:=
8lib-$(CONFIG_AWK) += awk.o
Denis Vlasenkocc5e0902007-06-12 08:12:33 +00009lib-$(CONFIG_CMP) += cmp.o
10lib-$(CONFIG_DIFF) += diff.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000011lib-$(CONFIG_ED) += ed.o
12lib-$(CONFIG_PATCH) += patch.o
13lib-$(CONFIG_SED) += sed.o
14lib-$(CONFIG_VI) += vi.o