2008-02-22 22:24:48 +00:00
|
|
|
# Makefile for busybox
|
|
|
|
#
|
|
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
|
|
|
|
|
|
|
lib-y :=
|
|
|
|
|
2008-02-24 23:32:36 +00:00
|
|
|
lib-$(CONFIG_LPD) += lpd.o
|
2008-02-24 18:44:20 +00:00
|
|
|
lib-$(CONFIG_LPR) += lpr.o
|
|
|
|
lib-$(CONFIG_LPQ) += lpr.o
|